Loading Tool

Explorer IconExplorer

Memory Pool

80,794 transactions
30.94 vMB
0.07088039 BTC
Random Selection Loading Transactions
Max Size: 188.35/200 MB

Candidate Block

Mining Attempt 4208e8ffe798253556c909c18d6277ae6d646e2350839f79631a61c72eb5098a
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root d633d714375c7c7c3efead1bfc37408dadca20d2bc9b8c8f9859c656175cc2ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.00426557 BTC
Feerates: 70.37 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (138,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,157 777,157 00000000000000000005f731b6d1008812ad907dc6ae18d9fce318300573cb8b 1,243 1.00/1.00 vMB 5
777,156 777,156 00000000000000000002460e64aa3a74c03f31d02f840ebe95ff771336dfc83a 2,428 1.00/1.00 vMB 14
777,155 777,155 0000000000000000000600bc506f29da43b8b6bd86a01f2ca32ca3cce53eda67 1,907 1.00/1.00 vMB 4
777,154 777,154 00000000000000000004180ef150edfe2f1407f00fdc3ba997bc8394745d0b75 2,298 1.00/1.00 vMB 16
777,153 777,153 00000000000000000006a16804d06619510f691ae9b8e2ed8ad8462c0abbe5b3 3,886 1.00/1.00 vMB 20
777,152 777,152 0000000000000000000703bb3c2a01b9ec6c7e2197d7460a8a1021cb92b459a5 3,501 1.00/1.00 vMB 34
777,151 777,151 00000000000000000005d1116764d7e37679155896a8dc2808c7a07056bc252b 113 1.00/1.00 vMB 1
777,150 777,150 00000000000000000002e68bb4a68bcbfab7c1d00c4d94aeb50c767a2311249e 418 1.00/1.00 vMB 3
777,149 777,149 00000000000000000003c09940d534cc975af2ecc77a060a480546d65cde2e3f 792 1.00/1.00 vMB 5
777,148 777,148 00000000000000000006ec9bb852beccb526c4319b5f248416731e2ba4bda069 401 1.00/1.00 vMB 3
777,147 777,147 00000000000000000002f7049582ab1c6ebfe26e7c41649126e1d04a9e57007a 1,076 1.00/1.00 vMB 6
777,146 777,146 00000000000000000005e3d8232a0827bb4d9b448b8b7c2c52f073d9a7be92d7 642 1.00/1.00 vMB 3
777,145 777,145 0000000000000000000721c871947ebf56a922f2e3de5bdbbee1c7002ccf2261 2,330 1.00/1.00 vMB 19
777,144 777,144 000000000000000000055edf8e9533e7262f455141c4f3743450a828034faa86 953 1.00/1.00 vMB 7
777,143 777,143 0000000000000000000117adf6fc56a16c02872cb96b43a60bdf1611943fe2a5 1,594 1.00/1.00 vMB 9
777,142 777,142 00000000000000000001c85f6c4a6a30a34f9bb3df9d831927912256b4f17657 2,382 1.00/1.00 vMB 8
777,141 777,141 000000000000000000038bd6350ac7eec8453356d4ad91cfefe7a46c662b506b 1,541 1.00/1.00 vMB 15
777,140 777,140 000000000000000000048b1c0168ca5f03fac37e59579439eaabefed4dc9c5e4 2,520 1.00/1.00 vMB 28
777,139 777,139 000000000000000000053c9a3da804d8867822c97548050098442dfdf4478b7e 2,107 1.00/1.00 vMB 10
777,138 777,138 000000000000000000013edacabfc9cbae3f7e0e271b4f7925961b2369e0ff83 1,170 1.00/1.00 vMB 6
777,137 777,137 00000000000000000005581b2b5f6cb793ca396575fcc1e5899a9015e3091314 1,492 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.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: 708.96 GB
    • Received: 16.80 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.