Loading Tool

Explorer IconExplorer

Memory Pool

17,724 transactions
8.41 vMB
0.05746747 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.43/200 MB

Candidate Block

Mining Attempt f1384f0f8802f690c598dd1c3b69d22742d140b66f578c73480add3ff8eb9dbe
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root 319ab871f3aecceeef021e71539d4a58519af93a767540982efd4f7ee11826d5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.03950732 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (651,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,945 261,945 000000000000000604c8de8da855d7cb7ea440f8fe9e49ef9f662b4ac46e7849 203 0.12 vMB 110
261,944 261,944 0000000000000019d257acf6e4f2d73422feb58f6014b98e1c1b2d56e4b30fb7 130 0.06 vMB 134
261,943 261,943 000000000000000f98077ee4128959fe132a20f7593fc091d007a767180523ea 192 0.07 vMB 46
261,942 261,942 000000000000000548f503f3f1f13c6307146600b8596efab63feaa8c39c245a 699 0.31 vMB 134
261,941 261,941 00000000000000021b9179ca9dded97c5aa8e7f9701ac721575e3d055e3db7b0 94 0.03 vMB 92
261,940 261,940 0000000000000019da382b357ec2ae672985d154062ac069171fb0a815f5f351 226 0.09 vMB 166
261,939 261,939 0000000000000014673c5746b551b2e2a4fd40401b2a06bd781a57efc52c5ba9 175 0.07 vMB 104
261,938 261,938 000000000000001743e16948c73321f983b7637180836aad273dd01a7b721f7f 55 0.02 vMB 104
261,937 261,937 000000000000001ad619b59f952dbef9d42ad2f9cb26052fd83eeabb448c9c55 20 0.01 vMB 30
261,936 261,936 0000000000000010a0b0b40b3686d753e70d2f2887113fe4be1fbd715d8504db 117 0.05 vMB 81
261,935 261,935 000000000000000332c1673e9dd728bc0125a2ce86bf601a20f339a0a1c5939e 275 0.12 vMB 90
261,934 261,934 0000000000000011ae553bd275ddbfc9c2d233ffb5067679068c052a880d2bd7 10 0.00 vMB 70
261,933 261,933 0000000000000010d91db959f89377523b5a6e7f60294b4496ed6c1dceb82a84 91 0.04 vMB 68
261,932 261,932 00000000000000147d1fb727ead39173bdd8d2fe4eef97f30d2e0acc2991cf51 11 0.00 vMB 97
261,931 261,931 00000000000000113fd45c19d8e94a59e35fdc9399f2bc6a5e4a24623d16bc37 79 0.03 vMB 128
261,930 261,930 0000000000000019520b999575aa03ef9c5dbe8a731e81532c163149cce596f3 203 0.08 vMB 95
261,929 261,929 000000000000001b412ba82cc9444839a3a508957ed22a75f0f0875efb9bf2d3 315 0.13 vMB 145
261,928 261,928 0000000000000015f2c366e434923b0dbdd1a0261963f1247a572f30c66bb34a 525 0.22 vMB 121
261,927 261,927 0000000000000019651a9815e14bfb04643521dcf518b0750573883c32a69c87 285 0.11 vMB 145
261,926 261,926 000000000000000d651b2bf5e2b7dc8c7ffe0e1c15d65c51e3886064ee266062 127 0.05 vMB 94
261,925 261,925 0000000000000005ef70e4ddad033e5c6351354db89bd37584cbdf938e910e71 198 0.08 vMB 140
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 108
    • Outgoing: 10
  • Data Transfer:
    • Sent: 232.02 GB
    • Received: 0.88 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.