Loading Tool

Explorer IconExplorer

Memory Pool

25,357 transactions
5.75 vMB
0.04825670 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.29/200 MB

Candidate Block

Mining Attempt cdc06e7268385698490cd4b6c398ff9fbb39d4f2e1fbe211b4ae243877c18f4b
Version 20000000
Previous Block 0000000000000000000175361dcea3a6ee6c0102459f4d919344d26f63798798
Merkle Root fa8913b380608805add7e67292c6c8614d7d9b0cc41ccea08dbdafafdc776ddf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,347
Size: 0.64 vMB
Total Fees: 0.03429345 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,199 (778,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,499 134,499 0000000000000679545dedd373dc53be92a456ac5135c298143f96b4d7a67850 0.00 MB 10 698
134,498 134,498 0000000000000b453056e3ea911070dde681b0c384f8a6ade617feefb005207a 0.01 MB 32 0
134,497 134,497 000000000000089c1c92cdccbe99f74508887304538c27806796f1b02f40fc8e 0.02 MB 86 251
134,496 134,496 00000000000004b80a60837f55290776fa35aad11252afd22f2c75852fb83f09 0.01 MB 19 487
134,495 134,495 00000000000004b3e3d1ac6b3f44426c60c85d09184fe34abdef245c062cd34e 0.00 MB 9 1,071
134,494 134,494 00000000000008242b9fb12b3205a7e56b70423bfb5e61f2ee01263f07a7b573 0.02 MB 16 207
134,493 134,493 00000000000006e134c4811e231c3a0dd39f8f356c48e599f131b56eaca60f29 0.00 MB 7 395
134,492 134,492 000000000000084f99e135104c2ccf4ec5b41efc29a93acd0e8d35f7738cf948 0.02 MB 55 650
134,491 134,491 0000000000000530f9430726ddc01824ba6025ee4378a62106e29c97c48e71fd 0.00 MB 7 987
134,490 134,490 00000000000000cd43c9929b1441056d170dfe95db9340e6431530c5b3ba00e3 0.01 MB 26 146
134,489 134,489 00000000000005215917b3c6dd47c1384c70f224260bf309bbe3a9717d187840 0.01 MB 30 493
134,488 134,488 0000000000000bda44fecc57c11612ac5655c7c352e4a6d4031eaf1a338a3732 0.04 MB 81 350
134,487 134,487 00000000000006bdb110e618612461da574621df34c5a3cbe35f254c3505b250 0.01 MB 6 336
134,486 134,486 0000000000000062bcf12522d9ab3dd82bd488a56795c43376c7e3fcfe0d1746 0.02 MB 36 227
134,485 134,485 000000000000072d617c75e319196346fefe7e46ad7690731b2d345778fc4e71 0.01 MB 32 530
134,484 134,484 000000000000002b833cc68882bcdffdac17474c95ecd2fc2fbe87e1ffb56a66 0.01 MB 8 713
134,483 134,483 00000000000003ad51487aafd163c8da3af30a728d44f13606015d794eb9c774 0.03 MB 62 200
134,482 134,482 00000000000000ea9943d39db191f92c553c75316a3e333a0438c451733fb47e 0.02 MB 38 664
134,481 134,481 00000000000006a1c78498ae893e893f4492fd1390ba31571dfc6759cd590503 0.02 MB 27 0
134,480 134,480 000000000000061f8f9505da72003845411307c9faaa56083f531684e4200035 0.03 MB 71 108
134,479 134,479 00000000000007b569777d044a276f07beaaeccc34b97fc9f953f3a158c16ef0 0.01 MB 21 967
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

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