Loading Tool

Explorer IconExplorer

Memory Pool

34,779 transactions
25.78 vMB
0.06494672 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 3d779bfa8aa7fdbcd477856661107dd0cd28b0fa12eb95093c9c3ade7277a373
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root e7b88954a4d48a1d6a84c6b045fe4da3aa9f13afd9d24024acebcbea08656ea8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01748006 BTC
Feerates: 101.16 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (898,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,556 16,556 00000000fba6746c9e6711220a79e50d8a07823a88ef1517d2b701f4050c253f 1 0.00/1.00 vMB 0
16,555 16,555 00000000a2ed4b73c7ae2556bf2762e8480ed113ff1cac443881271fa68d5293 1 0.00/1.00 vMB 0
16,554 16,554 00000000e618d17bba56322d8b201c70a04932a0cf0456abdbb3fadb1020d099 1 0.00/1.00 vMB 0
16,553 16,553 0000000074764a6a57e0d41184a8e6e902e2917ae9bbf895cfdcaca2bec6c318 1 0.00/1.00 vMB 0
16,552 16,552 000000008e55e9592f5ccbc567f3465aac28d4e22a3271d13a0b1f12f3227815 1 0.00/1.00 vMB 0
16,551 16,551 000000001b422937d5f391657c3aeb53d627be606171db35c7e617039c022dcf 1 0.00/1.00 vMB 0
16,550 16,550 000000001413dbb8d75ec1025c381d37fb382d9b50d7d2d48b542ac00da30b74 1 0.00/1.00 vMB 0
16,549 16,549 000000003a4de023771e540370a0bd9468d90b979cded857934948e1cc70382d 1 0.00/1.00 vMB 0
16,548 16,548 000000007758327ba2562d1d4c98a37b0d67869d7838c5e328d10bddd44d3127 1 0.00/1.00 vMB 0
16,547 16,547 000000009bee99382a9a933a08b42d8d362b18d0be8fdc060ae1ed17f8aa8f27 1 0.00/1.00 vMB 0
16,546 16,546 000000001183e1aed087b6c8a47076e8494c32fe289c0b8f161b9ea1f9bbc9fc 1 0.00/1.00 vMB 0
16,545 16,545 000000008d5db57b17d5629af4f6cba2fbec4a0cfea1faffe09db87c34741053 1 0.00/1.00 vMB 0
16,544 16,544 000000006eb9addb893792d607e802c69c831de7947bbacb3bbc00f0f31f7c70 1 0.00/1.00 vMB 0
16,543 16,543 00000000a13d04ec69ff182704d97a35ca1ad932ef04b5158c30f106dbcc5658 1 0.00/1.00 vMB 0
16,542 16,542 000000007742a6e73a0486e77b16054c68b6eaa0e56b3341d15e3eb27b80ebd1 1 0.00/1.00 vMB 0
16,541 16,541 000000002b929a3373c4d39a969cd057a4731be9c8d57684284720ef5b911186 1 0.00/1.00 vMB 0
16,540 16,540 000000008fc79831cc1af30368c130126741b065bb60a9850930d3912c8a8991 1 0.00/1.00 vMB 0
16,539 16,539 00000000dbcd37d1b43d4b887c628cf4af1f12f60e5366d5f2c28892a1c434ad 1 0.00/1.00 vMB 0
16,538 16,538 00000000dbaa4afafb0b55890f0eaa13d11da801a414ae851771d672e9e26fc3 1 0.00/1.00 vMB 0
16,537 16,537 00000000cd4072360def31045a938e34d0eaba526d7db56aa2466072683885ae 1 0.00/1.00 vMB 0
16,536 16,536 00000000b59b643c3287b4aa0f5f56d94448e26bc937f79db2fdb9e0f684780d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.