Loading Tool

Explorer IconExplorer

Memory Pool

88,786 transactions
33.69 vMB
0.14252870 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 40b8b9a8b33670576f2e43c26bfa8f8cfca636b7fc96693fe15045ce3e46a4af
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 957db2449842d5d69c907947e922a66f8179d1fbade26bd44476357643996c6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05757996 BTC
Feerates: 469.97 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (845,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,034 69,034 000000000034994683031a0deedd2c1147e02df53e1a9c7d6c3a15d85f0f58c0 4 0.00/1.00 vMB 0
69,033 69,033 000000000117a9942615a2153a449c7d0e0021f037eaa10ae759da3bd38625f1 5 0.00/1.00 vMB 0
69,032 69,032 000000000143812c8fa63c3cef7d0dc5b2e8ec87e6de7c2f3233cfcf604259a5 2 0.00/1.00 vMB 0
69,031 69,031 0000000000e486b26abd3fe9281804264e625987fad499b11c203ebe955bac16 2 0.00/1.00 vMB 0
69,030 69,030 0000000000d5c4a456d4f7d18d92534e5acbe99e46818cc8415b47ece3dcc16e 3 0.00/1.00 vMB 0
69,029 69,029 0000000001483380fc5a9f5672545429b7e9fe24e3576e015a9ead0d3e174525 1 0.00/1.00 vMB 0
69,028 69,028 0000000000de2ac0759e402e3380968b25167dc36db608b5302914351836b135 2 0.00/1.00 vMB 0
69,027 69,027 000000000011aeca3935d88479e00cd76a0f16fd545aed2a44c180b055dccdee 1 0.00/1.00 vMB 0
69,026 69,026 000000000140be18021a3cfd85a22cc7a9d869fd99d0ae547446e9abef02faeb 1 0.00/1.00 vMB 0
69,025 69,025 000000000120948125a2068bf19da2f6b54dfb7fa111ce39ca72d917c3f0285e 1 0.00/1.00 vMB 0
69,024 69,024 0000000000b49871b1fe459b29d0ca4caacfd790e27f964db4f8bd38e559f19d 3 0.00/1.00 vMB 0
69,023 69,023 00000000003bd63b4aacee5a969c6b5e0af042ca0997c6c18653b2834dd3d83d 2 0.00/1.00 vMB 0
69,022 69,022 0000000000e25d2d6d6a735d127bec3c7a8978bdf3fed755d6d9b785ede7a571 7 0.00/1.00 vMB 0
69,021 69,021 00000000005330feef06f6aa3d69ab1087bc674feabc06096394a8142476aac2 4 0.00/1.00 vMB 0
69,020 69,020 0000000000c7c7c04de9d621d807713402b62189788d3ddfab09433638be194d 1 0.00/1.00 vMB 0
69,019 69,019 0000000000856da3783dc90a0f338eedea0023126339bb78429b6ddcfdcbde4f 5 0.00/1.00 vMB 0
69,018 69,018 0000000000ba6da2eebb2b4a5bba1c2bddc8d4e2024eaf93f3675ce3f1131ec3 2 0.00/1.00 vMB 0
69,017 69,017 000000000008fcaa539c9cfd276aa3bf957b8e983091ed8056b919b5e48952fa 1 0.00/1.00 vMB 0
69,016 69,016 0000000000405859acf7853db762fabf42a26417409fe1e19181015929179dac 1 0.00/1.00 vMB 0
69,015 69,015 0000000001643d76de467559d6e6b2dac170e07e02041b25b5c2a60d42735268 1 0.00/1.00 vMB 0
69,014 69,014 00000000004598b7ec96abb6d69569b2f99f5c57a19cd7a560f04c963c1b6fa3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.30 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: 657.97 GB
    • Received: 14.56 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.