Loading Tool

Explorer IconExplorer

Memory Pool

38,999 transactions
27.46 vMB
0.06996459 BTC
Random Selection Loading Transactions
Max Size: 139.72/200 MB

Candidate Block

Mining Attempt faf02fdf2d06d2cec3c5faa0f96545a135fabcfef8e6666e26819141ec637605
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root c918d55935246abfc9c34d3ad84baf4576462da33543f1b792fd72d4a8d851ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01755568 BTC
Feerates: 179.53 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (257,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,741 656,741 0000000000000000000c7cff5cc3e2c5698e3f31337dc09560f80d89d14039da 2,753 1.00/1.00 vMB 153
656,740 656,740 000000000000000000090271a81c5b005f615d3730afb2ee42153129b624b4ca 2,344 1.00/1.00 vMB 93
656,739 656,739 0000000000000000000c1b4b5d277dab9eaba4444d570c41e4233ec602b5f61a 2,548 1.00/1.00 vMB 79
656,738 656,738 0000000000000000000008e1dea9ea57258f05b0f2492d4239f525e00044ae27 900 1.00/1.00 vMB 9
656,737 656,737 000000000000000000077bfe0dd6953fdd154594e95f01f3d44a89b3cda6a0a7 2,623 1.00/1.00 vMB 20
656,736 656,736 0000000000000000000cd4e766bc0a4162dc298af77fe4a2ae16ca2acc9a20f4 2,275 1.00/1.00 vMB 43
656,735 656,735 000000000000000000104891cb1b11612f23d5d1536a675dacf9f7653f80296f 2,942 1.00/1.00 vMB 144
656,734 656,734 0000000000000000000f63ee52f49732b03c54b42ef496eb132f3a52ea80eedb 2,387 1.00/1.00 vMB 18
656,733 656,733 0000000000000000000148e218eaf112fa9ae46cf308fc0bb94f7b028901631e 2,487 1.00/1.00 vMB 73
656,732 656,732 0000000000000000000fedad815e2b3db1f75a4dedecb4048090d6c375454cb7 2,512 1.00/1.00 vMB 15
656,731 656,731 000000000000000000076500a9ccbb4106783067053152a2c52574c890a928a5 1,953 1.00/1.00 vMB 68
656,730 656,730 00000000000000000003e504023ff66994648da7a7348ce9bc85969e0fe7a252 2,445 1.00/1.00 vMB 75
656,729 656,729 00000000000000000005c831528cbee1a0bf706a2df56497c8fa3afb08cb37f7 2,123 1.00/1.00 vMB 10
656,728 656,728 000000000000000000095e796dae3fa92efb6f0522c09c4fdd5c85e7fda97277 1,810 1.00/1.00 vMB 105
656,727 656,727 000000000000000000107c50b7a69f44455407051e5643a660854ad37eac6d92 2,301 1.00/1.00 vMB 97
656,726 656,726 000000000000000000083d41bc57461e3f80283a5021465c41ffce76aaf61248 2,251 1.00/1.00 vMB 69
656,725 656,725 0000000000000000000a6077fbf4c0f9c69457e2a43a5565e09d579d4d273078 2,287 1.00/1.00 vMB 22
656,724 656,724 00000000000000000003939f84e13b6f48ae1a5e1bf968e5cdf339f506cffe57 1,756 1.00/1.00 vMB 52
656,723 656,723 00000000000000000001a54c5f0d7483260feb74f1b7e88dd43b731b79fe48cd 1,658 1.00/1.00 vMB 36
656,722 656,722 0000000000000000000f68cd8df5c90cc2c5a90587402134dc4b6a7ffab74674 1,969 1.00/1.00 vMB 54
656,721 656,721 00000000000000000009cc92ad78fd52d3fd640177fa9ffc4800078f8ab90ad5 2,746 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.