Loading Tool

Explorer IconExplorer

Memory Pool

36,243 transactions
25.69 vMB
0.05804364 BTC
Random Selection Loading Transactions
Max Size: 131.55/200 MB

Candidate Block

Mining Attempt 443d6ceb9136313f745e18f7a991643dc91e55db7b69627633ad89d642acebf0
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 6a5baf84c07f528bb9744515fae08ea3e951bb8fa0a5cd4db3ab48fdb1213dc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,363
Size: 1.00 vMB
Total Fees: 0.01117222 BTC
Feerates: 170.89 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (301,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,738 612,738 0000000000000000001038f2c26eb155d791e669f00819af18133576b1e1b58b 2,517 1.00/1.00 vMB 22
612,737 612,737 00000000000000000004da32b3ac19e92957251d0a20afa106c9fd0c542acaf8 2,485 1.00/1.00 vMB 12
612,736 612,736 0000000000000000000903c267d951b52992c9c23d65206feba42ba0813aab9a 2,140 1.00/1.00 vMB 9
612,735 612,735 00000000000000000004419e86df127a853023e40d5bac54c3f9cb9968b0c253 1,912 1.00/1.00 vMB 10
612,734 612,734 0000000000000000000ee39ade32c56787cc87e67fd2a994fbba9d6d9cb75e45 2,289 1.00/1.00 vMB 25
612,733 612,733 00000000000000000011d9b39e3738e1676bc7aa091541d89a9f64772069a2ef 3,128 1.00/1.00 vMB 24
612,732 612,732 00000000000000000006728b1630cdf1f0b23fb34d881e3c3d76b7e1820c3f57 2,768 1.00/1.00 vMB 20
612,731 612,731 000000000000000000068964ff67fe147fdafdcb685c7e1006e52e882d6a2ef0 1,890 1.00/1.00 vMB 18
612,730 612,730 000000000000000000066c965629ddf2d0fea981efd0c94539c73e004c61a525 2,474 1.00/1.00 vMB 19
612,729 612,729 000000000000000000143e627776037902b085b32b5a4235b6c13ad62f3ea001 1,653 1.00/1.00 vMB 14
612,728 612,728 00000000000000000004946031453971408f7b0c0d7095203e8261e697bc8e2a 2,445 1.00/1.00 vMB 19
612,727 612,727 0000000000000000000e7bc8d0295a98d03be50edb8fb2a66530c8b4b601648e 1,509 1.00/1.00 vMB 6
612,726 612,726 00000000000000000000508db92eadf119375a72da888d8045b7e23b345601f0 2,700 1.00/1.00 vMB 9
612,725 612,725 0000000000000000000f27007099868f39f79091a59d8a668532f562fad12d73 3,397 1.00/1.00 vMB 22
612,724 612,724 00000000000000000011e378b1c914648bf4c42084f8338609df53f62abb749c 2,157 1.00/1.00 vMB 9
612,723 612,723 0000000000000000000a4b98b63fb858ed514ca0f8abe4d1f2209da36d9a4116 2,092 1.00/1.00 vMB 8
612,722 612,722 0000000000000000000722c54a65594bb9b79eee32abaa0ef08cc24807a42a4a 2,993 1.00/1.00 vMB 11
612,721 612,721 00000000000000000009ac1f9e0d5c4cd6ff21b67c66f92be3991b0bd172c0cb 1,651 1.00/1.00 vMB 17
612,720 612,720 00000000000000000003494d9f995bf468d6b1f4d7add16f24a379649f5ea48b 3,338 1.00/1.00 vMB 15
612,719 612,719 0000000000000000000928cc7f32b23c3be00f3352affee41680e367ad035930 2,991 1.00/1.00 vMB 26
612,718 612,718 000000000000000000133d1a886d80889a0f80505714126e77773a2ede31d6e9 3,614 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.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: 634.70 GB
    • Received: 12.26 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.