Loading Tool

Explorer IconExplorer

Memory Pool

42,850 transactions
26.83 vMB
0.05748406 BTC
Random Selection Loading Transactions
Max Size: 141.17/200 MB

Candidate Block

Mining Attempt ae9c912f75d63d78e659d5c5d76f5521d33fe004dab51ce2523462c954780629
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root fee0d7ec15682277441dd46e2f2ef33c6720aceee32e7d8396cd9ffb14484c4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,024
Size: 1.00 vMB
Total Fees: 0.00750860 BTC
Feerates: 60.16 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (298,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,487 616,487 00000000000000000001210f55fdb2f3749fe2c062f7bc42347755ea1c522f5f 2,752 1.00/1.00 vMB 22
616,486 616,486 0000000000000000000d5fd75fe61bb6750d2916f6442b7799114f87d3dc24b4 2,030 0.62/1.00 vMB 3
616,485 616,485 000000000000000000039c00bcdaea0c0dc0e1bfb0bfdf2958498a5f0c01ec24 2,677 1.00/1.00 vMB 23
616,484 616,484 0000000000000000000b5ab92353322fa3883eb68ee230078c728e64e6b052ed 2,680 1.00/1.00 vMB 4
616,483 616,483 00000000000000000005edbce4dcd0daac7d294b900327ad3d2e6fae5b414707 2,765 1.00/1.00 vMB 22
616,482 616,482 000000000000000000054f3a16a9e070472b58842af6992a314be231d5ca0f81 2,931 1.00/1.00 vMB 30
616,481 616,481 000000000000000000077c7a76620ffa473cc95d300ab89af24269311e870bac 2,046 0.74/1.00 vMB 12
616,480 616,480 0000000000000000000b0751420a617a6a10a207025c99c2af9e5cde6d2f2cdf 2,770 1.00/1.00 vMB 8
616,479 616,479 0000000000000000000a62c97297f1bfc3f2b5c0a3475b9b125b8a588b72805f 2,723 1.00/1.00 vMB 18
616,478 616,478 00000000000000000008ef66390ef8b17142aef65de5af3a1ce1ddf77ea4960e 2,718 1.00/1.00 vMB 14
616,477 616,477 00000000000000000007cafb263b0fbf1cc23885089ac7af8ddf3891d5cc7951 2,516 1.00/1.00 vMB 16
616,476 616,476 000000000000000000058b7fd7c744e02efda2607adc7c3514f8f0b4e81ade13 3,174 1.00/1.00 vMB 41
616,475 616,475 00000000000000000004209aed3addb74bb713d75c0597c7a7f750faede9faf5 1,818 0.54/1.00 vMB 15
616,474 616,474 0000000000000000000098ff491a68248b4867dba98ca640c4b95cd45afb6a01 1,928 0.55/1.00 vMB 17
616,473 616,473 0000000000000000000a1125a6c9b6f750171a18435089a2b211909d30494662 2,065 0.59/1.00 vMB 19
616,472 616,472 0000000000000000000273d9e478cf83ffa0b944efe26252c7960dc17674e991 1,633 0.62/1.00 vMB 14
616,471 616,471 00000000000000000005262b0550069d3767973310e589f154f05ebe7dfc21ec 1,472 0.58/1.00 vMB 14
616,470 616,470 0000000000000000000236e90188ef69219be85a1c93a7deeec2d77c082770e1 622 0.21/1.00 vMB 13
616,469 616,469 00000000000000000010616d46634469dbdfda57f3f00cbb25e46eab76adb9b2 201 0.07/1.00 vMB 21
616,468 616,468 0000000000000000000e8e25cd4e014aef8fa4900a96774baed2de1c5a8d16f4 930 0.26/1.00 vMB 20
616,467 616,467 0000000000000000000c777a442da75b63cdcd8498d6382513f347dc1cb715bf 1,714 0.50/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.27 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.