Loading Tool

Explorer IconExplorer

Memory Pool

78,290 transactions
29.32 vMB
0.07915931 BTC
Random Selection Loading Transactions
Max Size: 179.60/200 MB

Candidate Block

Mining Attempt fb414318938d9ad0649ea13e71b08eb668d6a0089826349e0708f7d6727d41a2
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 017d081a12120cecf37d767d51822e275b222de1041a3e8caf28f199634750cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.01490517 BTC
Feerates: 301.25 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (501,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,814 413,814 000000000000000000cfe71efb75c46fc0a9e87b3a6c53ee5657e37e0a7a79a8 340 0.14/1.00 vMB 52
413,813 413,813 000000000000000000d9402149d6ee800c9eacabcb509f59c7b356b163f41c56 973 0.45/1.00 vMB 50
413,812 413,812 00000000000000000229db04684b578829cf5ec3b5bb62c8ff4d08e13b291830 823 1.00/1.00 vMB 17
413,811 413,811 000000000000000004297394d5301a0e4834c5a45d677e6fe01c930e3c5949ab 2,377 0.99/1.00 vMB 53
413,810 413,810 000000000000000002f83d8da29ecc4c40df8e0c4c8622c5f76020066e4e8b03 1,268 0.98/1.00 vMB 24
413,809 413,809 00000000000000000501c29b4a29e0ed433fd23d18f90c6921b5770f7d564f5a 2,635 1.00/1.00 vMB 74
413,808 413,808 000000000000000000f768d72fb679822ef0e6216f1e41078ae0881669696123 883 0.40/1.00 vMB 49
413,807 413,807 000000000000000003615681a4a4f7f36ff4a7954ae1f3e8102ad66b58583d2d 1,033 0.54/1.00 vMB 42
413,806 413,806 0000000000000000023a7c63f042d39b82ce8bd96f1ec338faa9fb7c6e7eabe9 1,248 0.61/1.00 vMB 49
413,805 413,805 000000000000000004250a4bc4d8ba258fc32ec893a2b5c02ef07f3b010dde43 212 1.00/1.00 vMB 11
413,804 413,804 000000000000000003d53248234e4fec3a97aeb51dbb9ce4ff5a4a1e01e8412e 997 0.75/1.00 vMB 27
413,803 413,803 00000000000000000175b65b09a3c2b902a91edc30b15aeb582455012edd8293 2,572 1.00/1.00 vMB 70
413,802 413,802 000000000000000001f995fe9a6e2763dd03ff78429e14dedf406442274dadb5 592 1.00/1.00 vMB 20
413,801 413,801 000000000000000001257ed32428c2b30e44ed3e2033b89c898de453848d961c 768 0.99/1.00 vMB 17
413,800 413,800 00000000000000000472fe8373424d5d2eb4329d3b21eb24c2e1f2d3c23db59e 1,395 1.00/1.00 vMB 34
413,799 413,799 000000000000000003e13daab94c38d8fb60602dffbc300c0b9dd243818002ce 1,923 1.00/1.00 vMB 46
413,798 413,798 0000000000000000024c7db0f4b8c5b2497976531790bda4c819ab7cd5846691 2,789 1.00/1.00 vMB 67
413,797 413,797 0000000000000000021fa3bbb24ffe70e70e80612b4dcd83e50350988b8016a5 2,766 1.00/1.00 vMB 80
413,796 413,796 000000000000000000d810d6d4d56816cbe6c25413196b43ccfde4df998cb0ca 1,965 1.00/1.00 vMB 50
413,795 413,795 000000000000000003d6e74abc1bd2d2d0c452a03c5599e5107a6dfd90b6cd8e 1,052 0.86/1.00 vMB 47
413,794 413,794 000000000000000000407e7768a6efb2e4e95be854360ceb8e62d36d7851e3c0 1,144 0.54/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.80 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.02 GB
    • Received: 17.01 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.