Loading Tool

Explorer IconExplorer

Memory Pool

45,143 transactions
28.77 vMB
0.13159718 BTC
Random Selection Loading Transactions
Max Size: 149.78/200 MB

Candidate Block

Mining Attempt b10a8bdf81c36a988ed18aefb9095d64db254d5f3d97b6b30b7a791284dc32f5
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 071c283e83a29d982f3e506dfcde9141266f2c809e6f0f57cd454853a595a0a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.03705657 BTC
Feerates: 78.42 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (527,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,561 387,561 0000000000000000011feebf3a0d98a6e15bfd5c2ccb651124e2e4d12d176321 1,348 0.50/1.00 vMB 51
387,560 387,560 00000000000000000b9ccf210cc6d392e6c82bc048ae8240054109c43e58cdd0 1,490 1.00/1.00 vMB 26
387,559 387,559 0000000000000000049b8e17845fb4efd7ba77cc2d0b3589fd88a807747c8ee4 525 0.89/1.00 vMB 12
387,558 387,558 0000000000000000001d33199e238b89e877901ba3a2e4366eef6fe077abe1ce 302 0.13/1.00 vMB 31
387,557 387,557 000000000000000008003ce8f54f4b08620f9d681b73cbeaac9d21b41f23c258 600 0.44/1.00 vMB 25
387,556 387,556 00000000000000000ccafac930bc7d942a2a5bd044d32898ff1ac286f85ce488 684 0.27/1.00 vMB 40
387,555 387,555 0000000000000000016b6461d1a1ced3ae5f18c55656dcfd28b817c1c657e2d3 1,398 0.75/1.00 vMB 31
387,554 387,554 000000000000000006f5d2235d3aea30d6c9e1f6d6d687bed42a9b808714bee3 1,530 1.00/1.00 vMB 33
387,553 387,553 0000000000000000083321f8a2b188081f9c95fdfb261f614a9c85ef04eaf693 1,025 1.00/1.00 vMB 18
387,552 387,552 00000000000000000726ad54f09f3dd828c1f5f4328a31fd03e362179e2ddf39 182 0.08/1.00 vMB 29
387,551 387,551 00000000000000000293650da87cfe34a373d5d116193671cd0afc63cdc2521c 558 1.00/1.00 vMB 16
387,550 387,550 000000000000000001460bafe4e2689b85c612c6da406878c6dc72f6e9018747 414 0.31/1.00 vMB 19
387,549 387,549 000000000000000004b0958081a39717559e0fa8c97c0d1794180199fd4976f4 552 0.24/1.00 vMB 43
387,548 387,548 0000000000000000073e6053666d7173de5fc3401836ba7a1cdba5e425272efe 402 0.75/1.00 vMB 6
387,547 387,547 000000000000000005f4f31dc7508ea7b82d5ea0411f641bd23be6d6391bd676 1,134 1.00/1.00 vMB 17
387,546 387,546 00000000000000000719afbb595d9cce222e947a6a7884997229bbc875d46f99 483 0.44/1.00 vMB 19
387,545 387,545 000000000000000000992e67f082f1294d2b0878be95f4ef7f6ff67a3ce23e16 1,295 1.00/1.00 vMB 24
387,544 387,544 0000000000000000049247e2e266fd5e6416a0b8790aa8183eb7c53841006c4f 1,292 0.56/1.00 vMB 35
387,543 387,543 00000000000000000ac4ccfa20173ca4e157dcd2abeeb7c80bd2b959bfa9b7cb 1 0.00/1.00 vMB 0
387,542 387,542 000000000000000003db14beb9b1e347ae02ded814e359da2a48b6e83fdafafe 2,053 0.75/1.00 vMB 48
387,541 387,541 0000000000000000045d420561a5459c498dcae01289003a84de7462b771d5ef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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.01 GB
    • Received: 12.64 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.