Loading Tool

Explorer IconExplorer

Memory Pool

82,540 transactions
31.84 vMB
0.09367291 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt aa46e027a5c4da12518a5c9a3d1d27760e7325a349aff5b6c531ce52e3921b64
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 23178fbcce8e58904a19fc53321deb6a3893727acfe98c171c234d679cf4c4da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,710
Size: 1.00 vMB
Total Fees: 0.03024137 BTC
Feerates: 101.66 > 3.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (325,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,082 589,082 0000000000000000001b9bed45edc4078951f81af36d7a58a6a7c4ec422230fe 2,571 1.00/1.00 vMB 57
589,081 589,081 00000000000000000009bf2c8359260689618dcad4a323235c9f6d336ce1d955 2,809 1.00/1.00 vMB 65
589,080 589,080 0000000000000000000b5a4b480056b21be86ab47aba161cd8a6e7cd0c3d3ff4 2,873 1.00/1.00 vMB 53
589,079 589,079 0000000000000000000bb939abe18844543ee7e6c769e2554036c5981fc19ce9 2,571 1.00/1.00 vMB 73
589,078 589,078 000000000000000000114cf8cf0c7e424a16b730cae33a9ca3efb9c622225c15 2,853 1.00/1.00 vMB 66
589,077 589,077 00000000000000000005686c41d8c248df11318da451a8a7975ed51ae4a5e667 2,348 1.00/1.00 vMB 81
589,076 589,076 00000000000000000015fbe8bd7ced0338898a0de0ceea01a627b7a817c741a9 1,749 1.00/1.00 vMB 61
589,075 589,075 0000000000000000000e5badf8b9ff5ff656c75500ac45fd5b1edab482ec588c 1,664 1.00/1.00 vMB 51
589,074 589,074 0000000000000000001b3a9dfcf78394859353d572cf0f8cce05b65504ec01b3 2,695 1.00/1.00 vMB 58
589,073 589,073 000000000000000000076a32922300456ed6888c6cdbb0082487d8384557438f 2,979 1.00/1.00 vMB 66
589,072 589,072 0000000000000000001aea800436d79f99ff0687c39d0d9fcc1f3b7bcd404e26 3,008 1.00/1.00 vMB 61
589,071 589,071 0000000000000000000b4587f19b8bbedf637e5049d823c983587eaa5ec0ed8b 1,970 1.00/1.00 vMB 63
589,070 589,070 000000000000000000175710aae95cfa389a78806b29c28ff27996e9b9ab8401 2,339 1.00/1.00 vMB 76
589,069 589,069 00000000000000000007dc8af4d2913e8de9af8ee7e31b4bd01ec6827015d88c 2,767 1.00/1.00 vMB 75
589,068 589,068 0000000000000000000426267e26a4f827623ef24bf1dd5a17862e2ac74869ce 2,637 1.00/1.00 vMB 79
589,067 589,067 000000000000000000041a8b9eff0f8492997336a08b11215413431eb660d95e 2,763 1.00/1.00 vMB 82
589,066 589,066 000000000000000000083c8a12b7a1b1da2dad39daf9b5f3a8ae7e12b7ac0de8 2,854 1.00/1.00 vMB 84
589,065 589,065 000000000000000000187cf77c8ca6fddc9eb0a703cf39a88337ef2dc4954b3a 2,514 1.00/1.00 vMB 66
589,064 589,064 00000000000000000002de72c0062dadaa55d819f4db4412b3d54e238654c85d 2,734 1.00/1.00 vMB 75
589,063 589,063 0000000000000000001865712ea1499728706bffde889df7931b8873b81b6862 2,687 1.00/1.00 vMB 85
589,062 589,062 000000000000000000061b41ea353916121fda626d070c93efb2dacba8f722a2 2,673 1.00/1.00 vMB 67
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: 658.67 GB
    • Received: 14.58 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.