Loading Tool

Explorer IconExplorer

Memory Pool

35,900 transactions
28.45 vMB
0.06365173 BTC
Random Selection Loading Transactions
Max Size: 142.11/200 MB

Candidate Block

Mining Attempt 721a102e86e65b8c2b3f41bde62422bb20c463c7550e1fa86c58657c2713b636
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root edce28bc20bea4ea619ce73a9bd4310613352a0205fdf20e9ce495fa1feaf347
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,223
Size: 1.00 vMB
Total Fees: 0.00836758 BTC
Feerates: 61.21 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (900,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,431 14,431 00000000b4cfb102a9d48835090f903691f9211584cd59099650a77827e224a4 1 0.00/1.00 vMB 0
14,430 14,430 00000000caa03d476b6eec0ed7761f337a82ecd6ad6542b2ae83a938125b9385 1 0.00/1.00 vMB 0
14,429 14,429 00000000bd2b1061628b7f9b2592f9721fed0fe0a98253dc617d215379a94b02 1 0.00/1.00 vMB 0
14,428 14,428 00000000bbbbd473cf41cdd7e4f68bdd0a568b7f874369f8aa7960fe61a5f91f 1 0.00/1.00 vMB 0
14,427 14,427 0000000096a19be12545b20b6d51974c07dddeb7a62e0db3bd7032fedcd2743f 1 0.00/1.00 vMB 0
14,426 14,426 000000000ac2ba23d4aa20d3dc2319c113febfea36180e518454f9c0563f983e 1 0.00/1.00 vMB 0
14,425 14,425 000000009df7491c132c7c95ee9255c95153abd0df015d143a2b5adc7dd69933 1 0.00/1.00 vMB 0
14,424 14,424 000000004d959d42f9700abf52136a8aa0040babf86d59ddfd5ddad074da18f2 1 0.00/1.00 vMB 0
14,423 14,423 00000000c9925b73d8eaa92572cae53bc142c65472893ef47f162fb6d54ecd56 1 0.00/1.00 vMB 0
14,422 14,422 00000000fa4ec8e8002d252ce09558c483b50d5a304595174650ce05fadacf27 1 0.00/1.00 vMB 0
14,421 14,421 00000000fc27ab5f26418eab7f6661980f357ffe5d196f1036441b02a3150933 1 0.00/1.00 vMB 0
14,420 14,420 0000000038c9cf0893e3d10c93f0fd07d34e024b7d7a921eddb0d87ea28a115c 1 0.00/1.00 vMB 0
14,419 14,419 00000000aba38f9b6a88dcb5ee53575e09c51634e5035c4827a48a12e4e6f470 1 0.00/1.00 vMB 0
14,418 14,418 00000000f00db86110b955ba60cd6ebde75c85f7e5601cf30393521fa4464df4 1 0.00/1.00 vMB 0
14,417 14,417 000000000d22de0fdc60043acd603a98ba3fe3e3127a93f08a2e09f9c7fb293e 1 0.00/1.00 vMB 0
14,416 14,416 00000000f30ab2227f0e5703fb642ee5255f09d3ecb886bd28650344baeec8b1 1 0.00/1.00 vMB 0
14,415 14,415 0000000043d8b86c76469021775d75a0fde9afe0275d9feb22988dcbd2c28296 1 0.00/1.00 vMB 0
14,414 14,414 00000000d3fa108f54173b2e03efb238aae269aa0cb780738f42b724c0cc1c3b 1 0.00/1.00 vMB 0
14,413 14,413 00000000373d1b55b2bb7c19740e9e35978a648f6433a0eb22b90da2e4214a8d 1 0.00/1.00 vMB 0
14,412 14,412 0000000011c674bab041f529eb70b1c2ddf81e60247afdad39a98f3e18ec2a63 1 0.00/1.00 vMB 0
14,411 14,411 0000000023d0a7874306d90c7134e8c436975128b13d5f8f3d15c53f40a46995 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

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