Loading Tool

Explorer IconExplorer

Memory Pool

42,219 transactions
29.08 vMB
0.07240267 BTC
Random Selection Loading Transactions
Max Size: 149.15/200 MB

Candidate Block

Mining Attempt fb788948089690e7f92cde95e09b43618a8a08c737358abecbb2672217b1cb24
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root e78e13ba7d7ce158ff63f440a9c8eb4c7265fc026bae6813e886e6aba0c0de0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,451
Size: 1.00 vMB
Total Fees: 0.01562796 BTC
Feerates: 100.36 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (448,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 2,181 1.00/1.00 vMB 223
465,735 465,735 000000000000000000bab17297796a3e3c2341bd934fccd8ca4abc0e895d900b 2,021 1.00/1.00 vMB 180
465,734 465,734 000000000000000001a3f1da32ddad5f5f8234a9909eda4c7885377c3da23879 2,573 1.00/1.00 vMB 253
465,733 465,733 000000000000000000cbcae8206e63138ae26e346c41b69df542e7f3862e997e 2,295 1.00/1.00 vMB 264
465,732 465,732 0000000000000000003fb24c5791e3fcebaa234d117786fcab8775275fed5d6b 1,568 1.00/1.00 vMB 202
465,731 465,731 000000000000000001c6135506f9e722a6a535f0514021a03cb9ba21e4586538 1,705 1.00/1.00 vMB 155
465,730 465,730 000000000000000001678eea423b7acccfda7d98dab8ce440a3f9ed8fd82ae57 1,091 1.00/1.00 vMB 171
465,729 465,729 000000000000000000d2b29d99ea8330a799029f6dc4444cc6b3a0f12b13b1bc 1,129 1.00/1.00 vMB 215
465,728 465,728 0000000000000000017d93e7bfc671ddc2460559ce43be95b4d8e58c820bf168 882 1.00/1.00 vMB 199
465,727 465,727 0000000000000000006fdea24fdf676dd9146e90d06aaad7ba85349fa6a3d5b5 1,882 1.00/1.00 vMB 318
465,726 465,726 0000000000000000017cab075edae3f0e5c3ba627d1ab396f699e72d2375ed8d 2,320 1.00/1.00 vMB 254
465,725 465,725 0000000000000000003795737cf94af12b25ab9c02dbd9e84ae6a54a60601ed8 1,871 1.00/1.00 vMB 231
465,724 465,724 00000000000000000136bacb3a03884ab88852f66e56a19bd2cc033fcda7bd66 1,953 1.00/1.00 vMB 193
465,723 465,723 000000000000000001459506f5dbfcfa80c55363f386d46f725e4556fa9077ab 3,013 1.00/1.00 vMB 286
465,722 465,722 000000000000000000f5810c67fa29ff245ed1b39eab4d312669190ced1cb61d 2,752 1.00/1.00 vMB 309
465,721 465,721 0000000000000000004f3ca07eab0b93a09ba6a829892f3d6cc104263ed7013d 3,435 1.00/1.00 vMB 401
465,720 465,720 00000000000000000111cc606caaa4bd0c71c36291f256a91a99ca63ca44422a 1,827 1.00/1.00 vMB 258
465,719 465,719 0000000000000000013b6e352e574ef30f22929056b79b506eb59875a54581cd 2,068 1.00/1.00 vMB 165
465,718 465,718 000000000000000000f2ae120a88e327e0321cc5dfce8f97d226c571d19a7f89 1,864 1.00/1.00 vMB 138
465,717 465,717 0000000000000000006683585929b2c5e421b64c15b7ad1f2d7ad7f378fc3d17 2,124 1.00/1.00 vMB 188
465,716 465,716 0000000000000000000b6ea473cc2473001956fb1cfda7d4a3d8512559f12de8 2,453 1.00/1.00 vMB 227
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.