Loading Tool

Explorer IconExplorer

Memory Pool

32,937 transactions
27.21 vMB
0.05494599 BTC
Random Selection Loading Transactions
Max Size: 135.45/200 MB

Candidate Block

Mining Attempt ed956ea224f330a0a0358fa32740f7e7120f6b6c1fecd24be4650caf8647b584
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 1d219c178485684acf8f7819828c54d48bdeccb556849cdf2f1604cec9984fe2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,474
Size: 1.00 vMB
Total Fees: 0.00374155 BTC
Feerates: 34.70 > 0.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (356,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,542 558,542 000000000000000000273e0260c982f7148039ce44bc2de90e9d0f5662a6c900 3,077 1.00/1.00 vMB 24
558,541 558,541 00000000000000000028840f3e31dda385b5b84d7db5b60b862e62f31dc28c03 3,090 1.00/1.00 vMB 15
558,540 558,540 0000000000000000002b4611cd202172327aca7d0750f3cdff1e64e3e0e14319 1,096 0.34/1.00 vMB 11
558,539 558,539 0000000000000000001d599268fcae0b09f3e69a3a98c7472be60487df03e2c3 1,908 0.63/1.00 vMB 10
558,538 558,538 0000000000000000002d34b152d9c837caab9c36f4abf960c90e325b447a754f 1,453 0.49/1.00 vMB 10
558,537 558,537 00000000000000000002af58c137f73e02ed4290b8ec66deb66f16a503c420b0 2,118 1.00/1.00 vMB 5
558,536 558,536 0000000000000000000d06595f1e5ea4f3367ff7e0817c0e9db8ff8cecb2f2c6 2,878 1.00/1.00 vMB 19
558,535 558,535 00000000000000000018450ea957f69a18cb99f90b545b53872a8fd133e88d66 3,076 1.00/1.00 vMB 15
558,534 558,534 00000000000000000017f1f624f0cb0da4392fe38b52ea98376bc7248178c973 1,199 0.42/1.00 vMB 13
558,533 558,533 0000000000000000002fbcc3f5cac4af4f821efeeedab083d125d11cec47b2b5 553 0.19/1.00 vMB 9
558,532 558,532 000000000000000000159ff664b1e1992ba9d3b455e799908203797455cd7a46 2,841 1.00/1.00 vMB 14
558,531 558,531 000000000000000000216e591279391af7a172eef22445f97196678006c7711a 322 0.12/1.00 vMB 17
558,530 558,530 0000000000000000001a4b663d9c769da6d1b43f3611de3a0ba106cc98a77ffd 522 0.17/1.00 vMB 9
558,529 558,529 0000000000000000001107f9629e4745b8ec426b7da91fcadb04bbada6183a36 3,093 1.00/1.00 vMB 20
558,528 558,528 0000000000000000001d4e29680057903d658a0746792ff2887b71f66d05fb21 2,216 0.78/1.00 vMB 12
558,527 558,527 000000000000000000044cdbdb3b49643b3ae2b2da9a92564d090aedc7ba1325 232 0.07/1.00 vMB 11
558,526 558,526 0000000000000000002e267cdbec7e5581a5cbbd2a1df6b85427e196f64dd0e6 1,612 0.60/1.00 vMB 5
558,525 558,525 00000000000000000025179d4271c23cf7f78e582c3cccd13c87dc3eb971d839 2,909 1.00/1.00 vMB 14
558,524 558,524 0000000000000000001c92afccd97c5a345bd8e8ab6ba90152eec93e573821ae 2,131 1.00/1.00 vMB 7
558,523 558,523 0000000000000000002aefa455a1cc92e2a59847638ab743d69d18f1286ecaa9 2,996 1.00/1.00 vMB 20
558,522 558,522 000000000000000000261a87c71d9c9baf170c6411f91720b475bd59edb6acc8 3,019 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

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