Loading Tool

Explorer IconExplorer

Memory Pool

78,335 transactions
29.76 vMB
0.07330469 BTC
Random Selection Loading Transactions
Max Size: 181.71/200 MB

Candidate Block

Mining Attempt 18e2fe312f3e0fa41f507c65f6f7b1ca339a7c065a8390ff2751cb30f4ed0041
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 5c815ba4c98a537d7e291aebae5c1b861479dd2f7e2af25979c9c9e840d50093
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00748936 BTC
Feerates: 150.58 > 0.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (421,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,724 493,724 000000000000000000618c0b0e0ccc75ee9803bb51b7b3deddaddbb3050f01ec 2,847 1.00/1.00 vMB 321
493,723 493,723 0000000000000000008831bb1cc05ea08640ad00a9d545c9a3db4210924e8835 2,336 0.92/1.00 vMB 309
493,722 493,722 0000000000000000007abe789d87c0fa91706e7c9f762d48b446a278874b7de6 166 0.08/1.00 vMB 321
493,721 493,721 00000000000000000087d5e15eedeb01302a9a0ade199cf6d54c5e78e6499136 1,013 1.00/1.00 vMB 114
493,720 493,720 0000000000000000000e05d1e5d6c9e3195c02fec7f761a19246403575db60b8 1,808 1.00/1.00 vMB 123
493,719 493,719 000000000000000000296fe981462b133a5393dcf26cb4328430bb0ea92839bb 1,943 1.00/1.00 vMB 209
493,718 493,718 000000000000000000912efb957c74ad89c48abab47a7bd2df05d4e6dbe10e27 2,769 1.00/1.00 vMB 141
493,717 493,717 000000000000000000343b8465586c3bdbcedf12e0fe5b1db78710ced880b275 2,116 0.93/1.00 vMB 310
493,716 493,716 000000000000000000a50d604d83e2b8537a101e48554da85773a3212aa8ebdd 2,178 1.00/1.00 vMB 181
493,715 493,715 0000000000000000002ec06a8640d235956d55a51470632f63f1fe7fa0c1bbe9 2,239 1.00/1.00 vMB 273
493,714 493,714 000000000000000000624458331acbb61ea3ab05cf10fe7188fc28fd08079a82 2,097 1.00/1.00 vMB 193
493,713 493,713 000000000000000000af7512f6b489bf6b2dc3b534a21bd70d61bce13be87347 2,299 0.93/1.00 vMB 306
493,712 493,712 000000000000000000374ce03cddf8fb9133b6cd0f7a7b95a82155c399a3e63f 2,028 0.96/1.00 vMB 151
493,711 493,711 00000000000000000020209c193dde728903ae7afb0e0b66f7e86e9f54ee451f 2,478 1.00/1.00 vMB 216
493,710 493,710 0000000000000000003d95cf579cabdce64d982e7839c3b19c127b427b0f4a32 2,490 1.00/1.00 vMB 208
493,709 493,709 0000000000000000001d64f3c4f53b73d17337fe40f220fdb1b38a75158d49df 2,259 1.00/1.00 vMB 261
493,708 493,708 0000000000000000006de106f2cc4f390988aafee610752c866bb7b3f2af27f8 2,669 1.00/1.00 vMB 273
493,707 493,707 00000000000000000000576f7df635200b053e8bdcef5b8550d420cbeb49ea88 1,896 1.00/1.00 vMB 296
493,706 493,706 0000000000000000007baba212b3401afb1f36db5302df8857d4b482f4dec0b1 2,257 1.00/1.00 vMB 310
493,705 493,705 00000000000000000073ac6d384844ce6a2dbf4401ce2e7da9d835fb8317ca42 2,169 1.00/1.00 vMB 281
493,704 493,704 000000000000000000350c402c67ec205b539df18b6f69df3ec4e70fc8b0cf30 1,890 1.00/1.00 vMB 308
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.11 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.