Loading Tool

Explorer IconExplorer

Memory Pool

76,457 transactions
28.92 vMB
0.07535967 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt f492fd9309ec2ad0152031fe94a4b0031d819b98c8249149991ae75fef7a292d
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 07e8abce4e47e49493769cf80be50c2f66889d764d75be372b6b0090acd864a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.01228896 BTC
Feerates: 77.76 > 1.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (322,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,516 592,516 000000000000000000179df5bcdc4532accd6e1a1f1131bd7f9c1a77d01546f4 2,621 0.86/1.00 vMB 16
592,515 592,515 00000000000000000013c9c5f8c990255f6b5f9c46ab182cbc366ee40cf9cbc2 1,073 0.30/1.00 vMB 23
592,514 592,514 0000000000000000001426c54e180634f23d82cc9e880cd819ca4795831148aa 3,224 0.94/1.00 vMB 8
592,513 592,513 0000000000000000000baba1449cb9ea4b19fc30244a32aed461707fcaa519f9 3,534 1.00/1.00 vMB 29
592,512 592,512 000000000000000000074b32db7e930cb8fa89f5eab40fc09354a66660afa44d 2,968 0.99/1.00 vMB 17
592,511 592,511 0000000000000000000b8b6dc1f48dc3fde436fa9e1dd379685d1982821daa51 1,020 0.30/1.00 vMB 21
592,510 592,510 00000000000000000015d63bd246d725017067c29e83be4d4235f5e6a876f5bb 3,481 1.00/1.00 vMB 15
592,509 592,509 00000000000000000017603b39c449a29d3f471c5634f651a641a84d8802cea4 2,562 0.81/1.00 vMB 9
592,508 592,508 0000000000000000000bae21b40b303854897dd113333a0778b239b6f496634d 2,832 1.00/1.00 vMB 25
592,507 592,507 00000000000000000013d61d209ff633a78f9061974d15d81df5a2d6c24dc053 1,985 0.68/1.00 vMB 20
592,506 592,506 000000000000000000102f3caa0753f8a72a0e372e181e3a6eb3a074939cb901 234 0.07/1.00 vMB 25
592,505 592,505 000000000000000000021d22589a601eb1f32b6ca5e048270e3f62ce470c0ce6 2,104 0.65/1.00 vMB 8
592,504 592,504 0000000000000000000680a2952a1d5d92d8d2f987905bd4ebbff82b42e70bde 2,888 1.00/1.00 vMB 25
592,503 592,503 0000000000000000000356acdf5840388d42ea506da83f8d8434fcdfc00ce877 2,923 1.00/1.00 vMB 10
592,502 592,502 0000000000000000001aec640bb3289fcd841b407a570c552f2520eca24bf283 3,120 1.00/1.00 vMB 41
592,501 592,501 0000000000000000000d0c0fedbb2174d451a0f3187d563eb0e30d6be4e25828 3,088 0.98/1.00 vMB 21
592,500 592,500 000000000000000000142569ebc075aaa3a9c842ecd3dae47629c133d85a8408 2,451 0.75/1.00 vMB 2
592,499 592,499 00000000000000000011b8d68d8711191fba3d0d78b9c3c273f5b90bf543e23a 2,633 1.00/1.00 vMB 6
592,498 592,498 00000000000000000014707edbb97470bbe501ab128b69cad6d4ec322aaff9c5 3,306 1.00/1.00 vMB 39
592,497 592,497 00000000000000000004fa7625b9f5d3a7415a3dadd84d9b0dc026c6bba45ba9 2,788 1.00/1.00 vMB 12
592,496 592,496 0000000000000000000fd62ba2ae3b6715d69825130818ceb8775024aa57ae52 2,784 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.