Loading Tool

Explorer IconExplorer

Memory Pool

42,495 transactions
26.76 vMB
0.08886101 BTC
Random Selection Loading Transactions
Max Size: 139.83/200 MB

Candidate Block

Mining Attempt d25ff0df7f53e7075c37ab6baade72632da3e77becf63d327402c4435044b6ef
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root dc7dee91b9ac1c23f45de54381ab538ebfc101b917f076fbb90b5f52d9e07143
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,284
Size: 1.00 vMB
Total Fees: 0.03922434 BTC
Feerates: 151.01 > 3.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (149,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,240 765,240 00000000000000000006c313eb12b3f88ce4402679acb750be7fbece29b5423b 2,645 1.00/1.00 vMB 12
765,239 765,239 000000000000000000019808650dd18fc58a2105d8fa29f6fde369fc2e0af23d 1,821 1.00/1.00 vMB 16
765,238 765,238 00000000000000000001975a35a1f3cb242b1f38bb52a616e0bb15ca005cdac5 1,562 1.00/1.00 vMB 7
765,237 765,237 00000000000000000003b952680bf4f0c9d03b6bb8004482fab551aba054f5f5 1,812 1.00/1.00 vMB 26
765,236 765,236 000000000000000000018e655e9b90d8a6e317e47f27eaa0cbd9da67e0c6bb5c 2,069 1.00/1.00 vMB 29
765,235 765,235 00000000000000000004424aeb257c0118e9189d6e0242f4663460393b6a1f3c 2,736 1.00/1.00 vMB 5
765,234 765,234 000000000000000000013ecb78c77d00605370c3d2d068cf2ba19ada3f2e77a2 2,609 1.00/1.00 vMB 17
765,233 765,233 00000000000000000003c9e4a96abbfdf3a0432f3830fce6c777c81616c41251 1,736 1.00/1.00 vMB 12
765,232 765,232 00000000000000000004d630678a8457bbb56ae11cb8eb3a5370d636f99e6087 1,129 1.00/1.00 vMB 14
765,231 765,231 0000000000000000000099cfd183e9a85aea6af9515959ec38a524177b4479b1 2,586 1.00/1.00 vMB 21
765,230 765,230 0000000000000000000011e8f10c16dd688394de101877a7643c46517c7c2136 2,585 1.00/1.00 vMB 29
765,229 765,229 00000000000000000005d20b8ef352c6dc8f69000743f16b9eaaf793d9bec7e7 3,288 1.00/1.00 vMB 23
765,228 765,228 00000000000000000005b8f45f592f6010f2c256ef6e7d5992306ea3e56d544c 2,886 1.00/1.00 vMB 29
765,227 765,227 0000000000000000000775bfa32b1048846837232b769bd9da2f144ffdf20632 1,662 1.00/1.00 vMB 24
765,226 765,226 000000000000000000072a9a1bcee6d94fcd171ac6a90fa672f9bd4a70f47593 3,442 1.00/1.00 vMB 24
765,225 765,225 000000000000000000013911699baf84e9709ce88a105f5767f891e9dcbc33ac 3,354 1.00/1.00 vMB 31
765,224 765,224 000000000000000000066c531dadc28cdc28486cec29311e71ddd141aa5332fe 1,201 1.00/1.00 vMB 32
765,223 765,223 000000000000000000038c66eaa16a61f3d830439978b449b9e6aa7ae22a58fc 3,307 1.00/1.00 vMB 51
765,222 765,222 0000000000000000000308b26818b4fc90d080d00669219867f362f7051a7c2b 3,138 1.00/1.00 vMB 25
765,221 765,221 000000000000000000030c74b09ef2bbb167a78d73474df0f34db3f3425a9401 3,332 1.00/1.00 vMB 28
765,220 765,220 00000000000000000004142b47bc4ab33b30f3f9e58bbab4f366aa903d4e73e4 2,686 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.