Loading Tool

Explorer IconExplorer

Memory Pool

46,297 transactions
30.62 vMB
0.09867912 BTC
Random Selection Loading Transactions
Max Size: 157.53/200 MB

Candidate Block

Mining Attempt e5993401021b33e294bba2fc6958115325097b2b86d7bff452ad28e025e38184
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 32fcc7a684cc929cc61169311b8047eb18e270596126bc4e8cd350cf417e3325
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,681
Size: 1.00 vMB
Total Fees: 0.03169211 BTC
Feerates: 100.29 > 3.18 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (576,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,282 338,282 0000000000000000178b79fd5a09a9a483258281c063d5cb29355d6991ca18e1 543 0.29/1.00 vMB 24
338,281 338,281 0000000000000000120fd77ce8c63714c8b17fdda04ef05dbf1680789a20a60d 158 0.06/1.00 vMB 34
338,280 338,280 000000000000000016e85322f101fe3ee3accb27085c3dcc8a7224348497ef37 1,144 0.71/1.00 vMB 22
338,279 338,279 00000000000000000543fa28e25c82797ff735d4f884f6eaec021db5439dec56 197 0.10/1.00 vMB 25
338,278 338,278 000000000000000000730aa3714678fa319e6def4ce3d6dc0892871a6f8cf790 1,729 0.75/1.00 vMB 39
338,277 338,277 00000000000000001494e854bab4538643145572697497747d82e09f2deb51fd 946 0.45/1.00 vMB 28
338,276 338,276 0000000000000000112431657346014a7b2be72edaabba8eae1bbb25cb956c43 440 0.23/1.00 vMB 27
338,275 338,275 000000000000000017530c4804fbdfebcb1b407e769624163e33bc5e77d25e1e 679 0.43/1.00 vMB 24
338,274 338,274 00000000000000001afc29e0d40652faca2d3d2c6bcad3ed76f0a7413fba4c24 180 0.10/1.00 vMB 25
338,273 338,273 00000000000000000dc95cf02374259c9061772990978eb7418bd893da5c8183 282 0.17/1.00 vMB 26
338,272 338,272 000000000000000001a94f33179eb5338b7e4dae5d064cd80cc9fb1edc1fcedc 256 0.09/1.00 vMB 33
338,271 338,271 000000000000000019d3dede9f9dec0962fcba09b9e8a6eaa08986f26f1326bd 347 0.18/1.00 vMB 25
338,270 338,270 000000000000000010b011173ceab507b68579489e3ee901649112b1c117c105 1,705 0.88/1.00 vMB 29
338,269 338,269 000000000000000005e246448f74995f3162f7f8e15f3ef2cfa0758179251fd3 315 0.15/1.00 vMB 152
338,268 338,268 0000000000000000102a04bf31340ea080d4d7712629f514cea34097a0b8a590 1 0.00/1.00 vMB 0
338,267 338,267 00000000000000001440667e892dcb761a2bff6838d458ea439801664c267f9b 635 0.34/1.00 vMB 28
338,266 338,266 000000000000000005b60d917381298a18424231660016e0bea46ba0751ca4dd 924 0.56/1.00 vMB 31
338,265 338,265 000000000000000019783ace72cf77609835f23b49e95ac4602f2be9a3540b3e 674 0.70/1.00 vMB 13
338,264 338,264 00000000000000000f2ffa371ccd7e53c82b4d4d24217d00258afa0e0b4a73e0 1,589 1.00/1.00 vMB 25
338,263 338,263 00000000000000000b4587af76f4d454e0336e5233dfb1c940a1140df6108475 512 0.18/1.00 vMB 36
338,262 338,262 000000000000000006bd1c83b248e13311fdae587cb7e5c2db9186c1738abeec 41 0.07/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.64 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: 626.63 GB
    • Received: 11.68 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.