Loading Tool

Explorer IconExplorer

Memory Pool

84,759 transactions
32.79 vMB
0.08435522 BTC
Random Selection Loading Transactions
Max Size: 194.24/200 MB

Candidate Block

Mining Attempt 62e6cf9cb7f0f6c6cd804207f83a401b1e79b1cc1eacf7668e5d4ed16508473a
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 707e33b3bee07390c1c24381f61a034deeeea5096e7aa970e23221cd53df5928
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,240
Size: 1.00 vMB
Total Fees: 0.01931201 BTC
Feerates: 120.64 > 1.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (421,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,192 493,192 0000000000000000006b581b825abf776c68fd8cc51b3844b1c653f0de897234 1,756 1.00/1.00 vMB 82
493,191 493,191 0000000000000000005a4e88265d69bc75855ee76f5b1f1a3d3e0a04d1ac01e6 2,217 1.00/1.00 vMB 67
493,190 493,190 0000000000000000007cb6cae0bfedf294f688392c8b4e7ee2f573fc8f8ab499 1,445 1.00/1.00 vMB 31
493,189 493,189 00000000000000000026a1e7c9d7a767e67eed45d626a1c72dc7d70164b2697c 1,148 1.00/1.00 vMB 136
493,188 493,188 0000000000000000006abf2563cafab5baad61bc15ef76e39c910a1063230fa9 1,408 1.00/1.00 vMB 87
493,187 493,187 00000000000000000000208033c9cf1a4b106f353c99e0f20a24ebb68b1ce9af 2,517 1.00/1.00 vMB 189
493,186 493,186 000000000000000000922e0b16dc37152c0858a3d601c1d271fa3d51097e204c 2,496 1.00/1.00 vMB 284
493,185 493,185 0000000000000000001911629ebefadd68584f955060287dcd18909b25d850ae 822 1.00/1.00 vMB 27
493,184 493,184 0000000000000000002a847f94e8dc25bf80720f82e5e90480f86a4c9d0c09db 755 1.00/1.00 vMB 35
493,183 493,183 00000000000000000066b8b0e04193f325d920ab80f35e584875dc0df2e425eb 1,271 1.00/1.00 vMB 95
493,182 493,182 000000000000000000452fe864aee45e3a4875eb636bc02f950fb54b3cdde722 833 1.00/1.00 vMB 75
493,181 493,181 0000000000000000000f8749c1eeec6780be2c4c109353d84c6d12da8238c43b 682 0.66/1.00 vMB 92
493,180 493,180 000000000000000000832529fc8cdd71ff761f6421b3112cecaec4be4bbd83d4 474 0.62/1.00 vMB 60
493,179 493,179 00000000000000000093bcd7f6859a3b5d5b16b723cd29422f2193acede2c3bb 1,961 1.00/1.00 vMB 152
493,178 493,178 000000000000000000ae95acc34db433e88204127c477e4e4db8bce4d1949b81 1,317 1.00/1.00 vMB 20
493,177 493,177 0000000000000000009d796ba16df80851f8d0f2c3e99bb391c2b353222cedee 622 1.00/1.00 vMB 39
493,176 493,176 000000000000000000ad4cc133cff2c24bd1ef3c11162d08a6873fe71f5a9530 1,582 1.00/1.00 vMB 170
493,175 493,175 0000000000000000003730d7bdb47fe3e29bab8bacbea81467e6c36e139cee67 2,061 1.00/1.00 vMB 274
493,174 493,174 000000000000000000044487e410939513f2763bd13eb30dafc01dc85fe28810 1,940 1.00/1.00 vMB 150
493,173 493,173 00000000000000000093484db963e2c11f2b858453281841ca3e077fae0e1e57 2,386 1.00/1.00 vMB 243
493,172 493,172 0000000000000000006678e6c65a641f5bc59e406d0949f010ccd83c34e62c4a 1,650 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 657.38 GB
    • Received: 14.54 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.