Loading Tool

Explorer IconExplorer

Memory Pool

53,273 transactions
29.63 vMB
0.09885292 BTC
Random Selection Loading Transactions
Max Size: 159.06/200 MB

Candidate Block

Mining Attempt 0d4e41567f92e17bb0c48a8946e99e11a435abdb12ec45188cfc13ed78a83628
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root ad01814a6ff4b5bcf72d3ce9f902d13d8216042a66b99b4e506279e73215a7ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,750
Size: 1.00 vMB
Total Fees: 0.02758907 BTC
Feerates: 100.53 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (481,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,576 433,576 0000000000000000012c2012fac4ae8ec8b0510eefcfea24af62056903f1a956 577 0.26/1.00 vMB 59
433,575 433,575 0000000000000000022bf26d38af111a683fd6211d6a79026ebd76f84867f8f4 2,387 0.98/1.00 vMB 57
433,574 433,574 0000000000000000042e1b8105a7ba8a12b2e967c2ff04082145288b67c11e8a 1,254 0.50/1.00 vMB 73
433,573 433,573 000000000000000000b8411957b80b62b412f5c789565bccc04d7b7798b9aa4d 2,391 0.97/1.00 vMB 67
433,572 433,572 000000000000000003d7671307f71945c02fd1b1d2f7a2183cf1f319d41ff147 479 0.21/1.00 vMB 64
433,571 433,571 000000000000000000b5e9e3dde9368188351e806735520b95985b3a6190251c 1,401 0.61/1.00 vMB 57
433,570 433,570 000000000000000001577eefd6294ae3a110346e9b0007905c4d8b318cb6cb32 724 1.00/1.00 vMB 18
433,569 433,569 0000000000000000028e0b561cb8d4d16cc120b78d99ef4012e5de4110650026 993 0.54/1.00 vMB 51
433,568 433,568 000000000000000001ae929bebb305ade822f076c9b65b0c9024e5f560737b39 2,352 1.00/1.00 vMB 61
433,567 433,567 00000000000000000325a7485c2015da4366823f8fbb337bba1a5146c2a6e63a 1,705 0.99/1.00 vMB 42
433,566 433,566 00000000000000000216103ae8fa21d26b2f51d737b6e48fec2fcfb57946a564 852 0.44/1.00 vMB 63
433,565 433,565 00000000000000000387a8ea259532fc0e570e4bc5a87a44d89834edbd0aa7db 1,484 0.78/1.00 vMB 39
433,564 433,564 0000000000000000018d8643905f578c5b3fef627351c9067ce8591b9eca4025 2,568 1.00/1.00 vMB 81
433,563 433,563 000000000000000002bf757ca62cc7a235e85c08f46b7da9beca6fda949e091c 451 0.25/1.00 vMB 53
433,562 433,562 00000000000000000389fdc837d1e443bc16a2d6bfb700c6a7a99ed0c5220a18 1,397 0.99/1.00 vMB 28
433,561 433,561 0000000000000000007e66c185043ffe118ab54f3cfd60e71be8927776e3e69a 2,993 1.00/1.00 vMB 78
433,560 433,560 000000000000000000289db588ef86773d946110e701fcb10c577a63d2cac0a9 454 0.22/1.00 vMB 63
433,559 433,559 00000000000000000394df9dc314494d61eb6812222ce386f047e364d5e88902 2,232 0.95/1.00 vMB 63
433,558 433,558 000000000000000001405bd23553d96c538f62b3c0cf92fa3f3fd8f5c8d4fab2 1,610 1.00/1.00 vMB 44
433,557 433,557 000000000000000002bd2a24f4c3fee2c5b306335c8e8e4291aa3009b03187aa 141 0.99/1.00 vMB 7
433,556 433,556 00000000000000000309cb3e8fc59381d76bdea81214bde445dbc47ba7c74a8c 71 0.03/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.