Loading Tool

Explorer IconExplorer

Memory Pool

83,150 transactions
30.40 vMB
0.14661220 BTC
Random Selection Loading Transactions
Max Size: 183.68/200 MB

Candidate Block

Mining Attempt d4d8143218071149b375a43cbc3d1969bb4d3ecd8a279b7db7795fad9b736f60
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 69d8bba98eb34b5717d9aa01c6e00ee489d63276d2968055d27f358ad9c44ae7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.06123749 BTC
Feerates: 477.45 > 6.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (373,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,697 541,697 0000000000000000001897ed0d0a4ba4c9a739d807f046df016f56f22be52706 3,076 1.00/1.00 vMB 7
541,696 541,696 0000000000000000000cba25442d4ced01cd33287543a7bb605a6ba9114d289f 961 0.33/1.00 vMB 21
541,695 541,695 000000000000000000091c9fb3210ae0d4e1c300a53f5f8b05cea53a797e6064 2,435 1.00/1.00 vMB 35
541,694 541,694 00000000000000000023891755deb339ffa1a7c6efb2062a5cd372f464d46b20 229 0.09/1.00 vMB 11
541,693 541,693 00000000000000000010a82d92391f2739f01b799994986fa8d0a216fec19054 2,676 0.89/1.00 vMB 18
541,692 541,692 0000000000000000000c12980eec02e04894b988dcd36c1f320a1e7bd579c2f6 2,041 0.80/1.00 vMB 12
541,691 541,691 0000000000000000002218bb8422236acd0436990893b28aac84065a305414e4 2,459 1.00/1.00 vMB 11
541,690 541,690 00000000000000000025e7fda724051f5f1e00cf3727fd2f067e7054e8d3e309 2,781 1.00/1.00 vMB 18
541,689 541,689 000000000000000000182df52ec9d9e8dd01ed0a0c2ea74963ca4286598f43da 2,544 1.00/1.00 vMB 21
541,688 541,688 00000000000000000005435aa31c83fba6dc61e88a462dba83427b78505f3706 1,121 0.48/1.00 vMB 16
541,687 541,687 000000000000000000119c757a7411cf3bddabc77a8448416ce0ae1bf5ef51b1 1,355 0.45/1.00 vMB 19
541,686 541,686 0000000000000000000fc6991220b3cf87f336ce6fb5bfcfb2e6c0aea7e7c760 403 0.24/1.00 vMB 7
541,685 541,685 0000000000000000000acfc04387ce143630c9359a4b1f7d9a287d6f96a9b990 1,724 1.00/1.00 vMB 2
541,684 541,684 0000000000000000002492534db530608bed995c055357cf0c43b7af5f7137a7 2,744 1.00/1.00 vMB 17
541,683 541,683 00000000000000000021491e95f50d898fdc116dcf7ef1320e907bbd197e33da 2,625 1.00/1.00 vMB 25
541,682 541,682 00000000000000000006b0c22405c24dad8ad1708a082ca3e8f7fbae3a3c24b6 3,117 1.00/1.00 vMB 4
541,681 541,681 0000000000000000001bf6a7d2d86ba07971f343cee7e9cea305bdc1a7dfe4d6 2,215 1.00/1.00 vMB 12
541,680 541,680 0000000000000000001d3239c86162798a2729ffd21c53e67b8736c98cb6cd2d 2,835 1.00/1.00 vMB 34
541,679 541,679 0000000000000000001627486272df83bf33dbf2919454177161286788ad6e71 2,869 1.00/1.00 vMB 20
541,678 541,678 000000000000000000135364f52f804979c011900b6c4c38a0b2691304064d00 2,645 1.00/1.00 vMB 9
541,677 541,677 0000000000000000001c064fab7ec5d3ecd7a57b94276384b1cbf4a3fecbe7ed 2,563 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.22 GB
    • Received: 16.19 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.