Loading Tool

Explorer IconExplorer

Memory Pool

35,838 transactions
27.58 vMB
0.06024055 BTC
Random Selection Loading Transactions
Max Size: 138.76/200 MB

Candidate Block

Mining Attempt 4c6e180fbbfe4ca7590a99975b49b35ed5fde5c3bc2a574b5974a436b2674231
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 65153539e5482b594a14b2606043a42e6aa5ede5505dcb74bae44e8c33812366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,484
Size: 1.00 vMB
Total Fees: 0.00777398 BTC
Feerates: 203.60 > 0.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (266,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,828 647,828 0000000000000000000222fe1161ee91beccab7eae2a6f0d981722bf70fa64f4 2,427 1.00/1.00 vMB 19
647,827 647,827 0000000000000000000e7501e928f6fbb5c7c35ca81e3259ca6fd97da21487f1 2,662 1.00/1.00 vMB 20
647,826 647,826 0000000000000000000282bb17e5ab29eaf3ca382f516c77987fca1824a45ade 2,623 1.00/1.00 vMB 87
647,825 647,825 000000000000000000037dc898fc17b6c412b63588147f3e92117b428e9e7e90 1,923 1.00/1.00 vMB 41
647,824 647,824 0000000000000000000456ca5167bf1f273f1ef140d316b4eb3b28f0330e1f5c 2,657 1.00/1.00 vMB 90
647,823 647,823 0000000000000000000c27804188236217254724196dfcaaa2d17371918d54b6 2,532 1.00/1.00 vMB 75
647,822 647,822 00000000000000000005bbc5f825838ee94283016d2285e8bb140173397892d3 2,771 1.00/1.00 vMB 44
647,821 647,821 000000000000000000050abdd1aefc1ea12622a1b05a618de45022317ab7da6d 2,610 1.00/1.00 vMB 74
647,820 647,820 0000000000000000000e905b7a99e3557f57eaa9e449bfa4fd7fd1dd814da12b 2,312 1.00/1.00 vMB 57
647,819 647,819 0000000000000000000215d1655f04d482dc3a2c2c68da005cde24fbf9da768c 2,508 1.00/1.00 vMB 35
647,818 647,818 00000000000000000000f1382d4c4c13ac8f3661c3fea39c9d31a40c44851d6b 1,874 1.00/1.00 vMB 70
647,817 647,817 000000000000000000020429bb9d92dda2b3ba56f658de851291289aa5ef9316 2,777 1.00/1.00 vMB 108
647,816 647,816 000000000000000000063b0a177ca8b4ba7c5e12e4a24a28828d0bd2cc955f79 2,677 1.00/1.00 vMB 111
647,815 647,815 00000000000000000008cdaab05fe9de9e96c2784de2f7d7ecb6a898fbe27e7a 2,214 1.00/1.00 vMB 47
647,814 647,814 00000000000000000001b1d9c62c07b8bd9d65ec4f99929293fef7abde6808a2 2,356 1.00/1.00 vMB 79
647,813 647,813 0000000000000000000bfe3e955afe530ec623827efb119f1713a45d07bd3c38 2,719 1.00/1.00 vMB 64
647,812 647,812 0000000000000000000c35b6fbe34dbe014c725722bab3256ba34b901ad58cf4 2,772 1.00/1.00 vMB 40
647,811 647,811 00000000000000000006c41fa66f1a6f22750455640ebc7cd139406af5905820 2,524 1.00/1.00 vMB 68
647,810 647,810 000000000000000000020b745ed68d1b999bb4c6c837f14870dcb0663ab2c316 2,473 1.00/1.00 vMB 69
647,809 647,809 0000000000000000000a830c57edf3ec7dc0a153108149ccb27bc00278d3b2ef 2,458 1.00/1.00 vMB 110
647,808 647,808 0000000000000000000411c6b16c584c57cbd1501c11a1cd6cf57e5dd430edde 2,857 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.69 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: 628.49 GB
    • Received: 11.80 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.