Loading Tool

Explorer IconExplorer

Memory Pool

88,769 transactions
33.17 vMB
0.19688281 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt 29146c00fbe3069d14db20c7ca9c6a6adcc1f5916d8b450906826f4a575116a2
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root e8070789b8f3e7b74935804dd16eaeef7378f5a1b18546bde3b4e43b385d8038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.08654110 BTC
Feerates: 387.56 > 8.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (310,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,647 604,647 0000000000000000000bd05eabda287313ec7f654b5947b3ab2510beea66438c 3,205 1.00/1.00 vMB 28
604,646 604,646 0000000000000000000f77cb9ad5d466874951396b055b2e85e5b53e4a034b4a 2,300 1.00/1.00 vMB 37
604,645 604,645 00000000000000000015094a569853d0859311f582fc92845b5069df2f9e37e2 1,393 1.00/1.00 vMB 78
604,644 604,644 0000000000000000000e13acced5f4cdd1f54c7d7518cccb9ac8abc81e02b782 1,649 0.55/1.00 vMB 20
604,643 604,643 0000000000000000001607879b54a2ac1cd94bc0d1e833e325e7cd1203a909b7 2,861 0.93/1.00 vMB 19
604,642 604,642 000000000000000000001a21cc815d9bfdcf3f5903b07acc4307b3562b6b2e0b 2,296 0.67/1.00 vMB 18
604,641 604,641 0000000000000000000b4feb96d5d3fff623666f6193c3d57e588c78fdb301ce 2,938 0.98/1.00 vMB 7
604,640 604,640 0000000000000000000fb5e3f321dd47f5594edb03a4ee3868074ea26c78bf3c 2,188 1.00/1.00 vMB 22
604,639 604,639 000000000000000000027d31360bc806b0e466bc734998d72144a840d0440631 2,736 1.00/1.00 vMB 38
604,638 604,638 0000000000000000000b74ba8341926c4d0757b7566dafa5052a50380920d4c8 689 0.21/1.00 vMB 20
604,637 604,637 0000000000000000000aae8dae5f5edcb782a492ed2f36bd4c1d678441bcb70d 502 0.33/1.00 vMB 7
604,636 604,636 000000000000000000153bddb7ee0b90c3956fba6b56d9c222f555dbde6c6c01 1,596 1.00/1.00 vMB 10
604,635 604,635 0000000000000000000ba0b3019140830cad3879ae23acac4d0c2daefc3587df 2,780 1.00/1.00 vMB 2
604,634 604,634 0000000000000000000330d9f74fdc830f3e14b4d22c78de1107df2f99aabfbb 3,084 1.00/1.00 vMB 11
604,633 604,633 000000000000000000149e357915080dceebf0b79a8b7ae7beece2e159cb80eb 3,072 1.00/1.00 vMB 29
604,632 604,632 00000000000000000007720f48eaf7f76b2a873184360d349837f22e4628685f 2,991 1.00/1.00 vMB 20
604,631 604,631 00000000000000000002d244bab0acf92acdde83e9f05204212f46b0428c4f72 2,898 1.00/1.00 vMB 37
604,630 604,630 00000000000000000007f2845fbfd4e1d3bd5b4543fd110200eba3d519a8dc8a 2,554 1.00/1.00 vMB 12
604,629 604,629 0000000000000000000b7ad324a5bdf63e6c4d641a70d6bb7efa3e00e814bc70 2,573 1.00/1.00 vMB 19
604,628 604,628 0000000000000000000b0d5bb886b7ad946a74935f1e89aa04fed62792802402 2,372 1.00/1.00 vMB 25
604,627 604,627 0000000000000000000dd461e8809e20f5062951a9eeda1b206050ac76dd1687 3,010 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.62 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.