Loading Tool

Explorer IconExplorer

Memory Pool

34,684 transactions
27.96 vMB
0.05908273 BTC
Random Selection Loading Transactions
Max Size: 139.65/200 MB

Candidate Block

Mining Attempt e5aa4d822c5d46fd2136c878766a3f96f9d152076fb67035faddada07caafe76
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 839ca1b25b42e146af05716685b6de35ce45f29364faea5994c51b68d32cc73c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 886
Size: 1.00 vMB
Total Fees: 0.00566695 BTC
Feerates: 451.74 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (464,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,430 450,430 000000000000000001cc2d5512c43a89757d8858f7a39738d5f496dc4ad1c8cf 2,480 1.00/1.00 vMB 109
450,429 450,429 0000000000000000003e897bbb29a96dc8f8b008fd54b7bbe7bff5369850afb9 2,126 0.89/1.00 vMB 84
450,428 450,428 00000000000000000110ce83e0d505f915a24f338a0b13422097d4155d299b21 1,302 0.64/1.00 vMB 86
450,427 450,427 000000000000000000669ca22826820858f9016dbfe823d2ce1cdc73eefc3e88 463 0.38/1.00 vMB 78
450,426 450,426 000000000000000000067f1c3f1d71c9e5e57be53c4e3b783a869a331a2767ad 1,488 1.00/1.00 vMB 58
450,425 450,425 0000000000000000008aea0b2ba81764480c7c541ce6cad2559079ae91bb5584 1,175 0.90/1.00 vMB 32
450,424 450,424 00000000000000000294f87cdc07d517f385043412ebe0a6d0ca0bda8fb4fbba 1,990 1.00/1.00 vMB 36
450,423 450,423 0000000000000000027f373f59d3aee0cda28da80c5ac78fa52c1a6807ece741 2,287 1.00/1.00 vMB 76
450,422 450,422 0000000000000000015afc8bc25016ba7738e190dfe1ca6a44a3f87c4dd10c8f 2,380 1.00/1.00 vMB 92
450,421 450,421 0000000000000000022277bdfbdcfe9f2dddb8bd2516a779b603c52f89acda24 2,004 1.00/1.00 vMB 81
450,420 450,420 000000000000000001230be0990f991c80c10e3d231ad19a5a82ca2e3e5f67f5 2,190 1.00/1.00 vMB 93
450,419 450,419 000000000000000001e50300ecf965f1c5fa9b7e1dd435589129f67d43160b2c 2,436 1.00/1.00 vMB 95
450,418 450,418 000000000000000001d999295307f632697d5194330f81ae84ed0e9a0a04f1cc 2,262 1.00/1.00 vMB 96
450,417 450,417 000000000000000001d6a03b90d6cb93f1bc3caeb95f03905fa34dce86f06779 2,376 1.00/1.00 vMB 110
450,416 450,416 000000000000000002b11c877bf3e26a3998b87ea06500610aa5c802ecd05290 2,379 1.00/1.00 vMB 63
450,415 450,415 000000000000000001c92c264f4e5f0883b9161ce29adeea68ad7b2c4fda8642 2,513 1.00/1.00 vMB 102
450,414 450,414 0000000000000000021624e4146996ec5c450671201b76843d343adb81a51655 2,346 1.00/1.00 vMB 86
450,413 450,413 0000000000000000022d62f5d7b5f5d49b1aa8f2ff7dadf5af17da9b1f4d3b3b 944 1.00/1.00 vMB 105
450,412 450,412 000000000000000002ac4511e5619a185ef80dcfa11dc8f8c4ef6aeea6d7d08f 2,244 1.00/1.00 vMB 99
450,411 450,411 000000000000000001dba5f95014480fdf17461e20a34e0040059ea63faface4 2,102 1.00/1.00 vMB 116
450,410 450,410 0000000000000000001ac1da8214e5909110af53468ee889a08eee8845789df3 1,709 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.57 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: 622.39 GB
    • Received: 11.32 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.