Loading Tool

Explorer IconExplorer

Memory Pool

35,493 transactions
27.71 vMB
0.05751006 BTC
Random Selection Loading Transactions
Max Size: 139.34/200 MB

Candidate Block

Mining Attempt fc9ec6826a283d1f592fc1125528c7193d903fa0f839efeed1361e5b5ef32158
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 531d36a27a75d48eb8ee745c1440fe321baf82bb5bb8637e01d39dd247e26f50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,888
Size: 1.00 vMB
Total Fees: 0.00487291 BTC
Feerates: 40.21 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (474,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,056 440,056 000000000000000002e9419cd55248a2e19d16c26b768472a93d02c8e646ffe1 2,438 1.00/1.00 vMB 59
440,055 440,055 000000000000000003e5ff638be2cad218a07dea8906eb52f225004e6621e01e 933 1.00/1.00 vMB 67
440,054 440,054 000000000000000001aec415287019c30911475fc12aa12a03200ea21ebafc49 1,911 1.00/1.00 vMB 78
440,053 440,053 000000000000000003b75662cf027bf4663fe9dc64bd3ad6d9cfb1b92e1e54c1 2,185 1.00/1.00 vMB 98
440,052 440,052 0000000000000000036b73424ddbbeab8e599eaf03b24238ad3030059cb48b11 1 0.00/1.00 vMB 0
440,051 440,051 00000000000000000077113a880dd0ce6c3dd9a24cab9a768c086b95e9e4b757 2,671 1.00/1.00 vMB 76
440,050 440,050 000000000000000002faafda7798e8dfcc15464fea443eac04860f712279c83f 1,884 1.00/1.00 vMB 73
440,049 440,049 000000000000000001880db33266e852bad6ef0aed8ba8d6821dd8494b4dc51a 2,209 1.00/1.00 vMB 77
440,048 440,048 000000000000000003294b3f244e33fc244ad1ad36debb0048dfab7f4867b93b 1,403 1.00/1.00 vMB 63
440,047 440,047 000000000000000003b2d2a958ba056dc299111db09b6a544cc708a023710bb7 2,172 1.00/1.00 vMB 81
440,046 440,046 00000000000000000243cb2d973a4c2eecb6740d2ea5c63226f2a373c0a13c3f 2,604 1.00/1.00 vMB 117
440,045 440,045 00000000000000000143f12209f81e0d2b9e84ea0a46c7adf5a8b39711b30cd0 2,642 1.00/1.00 vMB 51
440,044 440,044 000000000000000001dfeef051e6d96ba0c67cf60ae5abc93e5382a4c4a1a1e6 1,813 1.00/1.00 vMB 80
440,043 440,043 000000000000000002566d055912b66c4b6e976954ef0017f43cc6d4c288cc52 2,324 1.00/1.00 vMB 88
440,042 440,042 0000000000000000010e4e6097ffa94ecd2b7bf68b850f6c8c9000cf7747bd18 2,069 0.99/1.00 vMB 70
440,041 440,041 000000000000000002dcb7ac0944c9dbb8df0d405329a3d5611a7a629ecaa4e6 1,890 1.00/1.00 vMB 59
440,040 440,040 000000000000000000cf62fe864f7c9bf7410582f4f96f9398b18f3a7c3f2186 2,582 1.00/1.00 vMB 92
440,039 440,039 000000000000000001d817277d0dd4a61efc98931da402cbe8b137f2dbe31760 2,207 1.00/1.00 vMB 71
440,038 440,038 000000000000000000e99fa18a7093f113f8d4495ffde2211fe41f4ac5a550df 1,992 1.00/1.00 vMB 73
440,037 440,037 000000000000000002bcea7f0adffb40deee272a0514b4f3f34f53171e80ce49 681 1.00/1.00 vMB 71
440,036 440,036 00000000000000000078bd213beabea074bfb1bbf15dbd150d4e4b63094c72ac 1,294 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.