Loading Tool

Explorer IconExplorer

Memory Pool

72,467 transactions
28.04 vMB
0.06820450 BTC
Random Selection Loading Transactions
Max Size: 166.01/200 MB

Candidate Block

Mining Attempt 70c02d42f40c6416672eb624fa6e425a1f9e52fcbfe4126395ce64b58b951c40
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 616b3417d4f469548a1202d3f0c31caa686d00f7027e3634a0595392fe5eb12b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,633
Size: 1.00 vMB
Total Fees: 0.01221884 BTC
Feerates: 157.46 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (313,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,298 601,298 0000000000000000000f6b503b763bd4d160e9a7fab9763c570f41fbbc38a302 2,100 1.00/1.00 vMB 16
601,297 601,297 0000000000000000000b62a82cb7b3619007afc7379be06c1f4d04fd48344815 2,582 1.00/1.00 vMB 19
601,296 601,296 000000000000000000040dd25c3ad3b40d853cbf9c8b694f37e0adbcb062f8f3 2,861 1.00/1.00 vMB 13
601,295 601,295 0000000000000000000923a5cc02bb9ab6e69ba204a05c52e7dfdd5f89639bc7 3,042 1.00/1.00 vMB 36
601,294 601,294 00000000000000000011df369157f760f52763b72e38ad121385577d99cec117 2,855 1.00/1.00 vMB 32
601,293 601,293 000000000000000000010ad2d9dedd17f46867cdc07aefa4a330977fe8202c4b 2,141 1.00/1.00 vMB 14
601,292 601,292 000000000000000000036466f77983d1dc404d467d13a74d5dcd80fb0778cbc0 2,892 1.00/1.00 vMB 22
601,291 601,291 00000000000000000006cec11ffab223d31253a0dbb2eef2ab31268422377ba1 2,450 1.00/1.00 vMB 13
601,290 601,290 0000000000000000000866fab24e071c1969d0605fbc2dd7d8965a00bd7ce0c5 3,202 1.00/1.00 vMB 46
601,289 601,289 000000000000000000070651652582e60a4dd9a19d77614d3f0c89fef72123eb 2,670 1.00/1.00 vMB 54
601,288 601,288 000000000000000000087076ec9e6c36f3accb5e96ac96c6dd03675136dd15fd 1,513 1.00/1.00 vMB 14
601,287 601,287 0000000000000000001251a3cd4dfc7c4d4b49a2bb89311d45e57e3623a17355 737 1.00/1.00 vMB 1
601,286 601,286 000000000000000000022d62f068d9d0b1438aad20dfa453c58a14b1bea42368 1,670 1.00/1.00 vMB 2
601,285 601,285 0000000000000000000823a28cb8e0c7514fab146174e58de1f191fec9f28224 2,159 1.00/1.00 vMB 13
601,284 601,284 0000000000000000000ecfad3a3e3fcce31d254880477f9ab4c15336f6744c9e 1,751 1.00/1.00 vMB 22
601,283 601,283 000000000000000000099f521d5e9f7859020b574b735ab3c0bb6d0b3cd7dea1 2,105 1.00/1.00 vMB 23
601,282 601,282 000000000000000000102870e2ff0461acfec7eacb79640c96cc2164b278aa5a 1,360 1.00/1.00 vMB 11
601,281 601,281 0000000000000000000a1222a0912e82f8173fa6792290033cd1b82e6eda0656 2,136 1.00/1.00 vMB 16
601,280 601,280 0000000000000000000a44928e567b80e90a5375ca574de63b0d0d83cb0f1a00 2,826 1.00/1.00 vMB 27
601,279 601,279 0000000000000000001104f12554bd1e3fc1a901c2164fb5e9965dc11c58d73f 2,827 1.00/1.00 vMB 46
601,278 601,278 000000000000000000133a3de37ea6d7bfdfb120df382ea2afc6c06497b3bc06 2,158 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.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.