Loading Tool

Explorer IconExplorer

Memory Pool

33,861 transactions
14.30 vMB
0.06253167 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.57/200 MB

Candidate Block

Mining Attempt 0555ad0b3f04cbcd26b80d64b51c8fd31a850fcf6cb98864890ece03ef2a3061
Version 20000000
Previous Block 00000000000000000000fcfeb08eb3e8132df80ab0066dce138120a13dfa737c
Merkle Root 5d213a2eedd1f21faf2d06f6110c8cd7f50bbc644d99ef6fbd90d5540a19f922
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,042
Size: 1.00 vMB
Total Fees: 0.02097093 BTC
Median Feerate: 1.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,340 (874,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
38,389 38,389 000000006b253269d9d3dfce951681404293edf4b237a6242c938768c91fd280 1 0.00 vMB 0
38,388 38,388 000000007533547c621befb48581b73beaa45ca7c1dad571bbda3181c9e17a8f 1 0.00 vMB 0
38,387 38,387 0000000036116aa547a9272725ddc544cc6d197c152aea53669e0ef3cc0a70a0 1 0.00 vMB 0
38,386 38,386 0000000053d4c382048b387c6222c831d9ca676f31a7eecb92989f51dd9e1a12 1 0.00 vMB 0
38,385 38,385 0000000071a6047eb0ccc05b2c3512584cb77eac3ed0d912201d113520130ae6 1 0.00 vMB 0
38,384 38,384 000000002371cbc48ee3c1f4108c12fca15e2f458e2078e976157bcf9d662978 1 0.00 vMB 0
38,383 38,383 000000001e6883e88e9a9ab5359fca2ff9c8e6c61233aab1272fe22e5476f52b 1 0.00 vMB 0
38,382 38,382 0000000086fb588b04446147442d1b1e5230966f1d79a31fc5193669fb184d6e 1 0.00 vMB 0
38,381 38,381 00000000516b3e00cb1775fccd0c865582ea10e3c27dace2d0a96712c3a5df0e 1 0.00 vMB 0
38,380 38,380 000000008c5187ff17ce72f6f344df334d0addd3023d9f561455445f1fac15e3 1 0.00 vMB 0
38,379 38,379 0000000023604634f1c2a53db6529bdf149b04cb835fdc57a4b9f0d4abf47602 1 0.00 vMB 0
38,378 38,378 00000000304f62e0752074c6ee84e4935dff3b61ef636cf8464f905cbd2e1b2d 1 0.00 vMB 0
38,377 38,377 000000003bcac1d7950404b2b9e1cefef19a62897c11c1b7624cc152c640ede3 1 0.00 vMB 0
38,376 38,376 00000000143589e46fd3ac707c6a7640f998af19f35b90a18f3d237fe22149a3 1 0.00 vMB 0
38,375 38,375 000000006a64fa57bce283e42adf605c6051653e1f9d19bb9ed0eb032b9654f2 1 0.00 vMB 0
38,374 38,374 0000000000a4a1661ccb5c17b7e707d5232470f542ff7e228ad9bd28b029dfd9 1 0.00 vMB 0
38,373 38,373 0000000068af06a70a2fbf17fb70c50d31bb4dd5487c837e57a5ed0cec05c90c 1 0.00 vMB 0
38,372 38,372 00000000491818eb23d1c21871594a7cf98bce20885d81411c032ede4f31856f 1 0.00 vMB 0
38,371 38,371 0000000045371722e29f2b8785dd67394847a34c42d877a2b716af9e917f2f6c 1 0.00 vMB 0
38,370 38,370 00000000895c15088ac23cd0a1979eb6c5c87f4b34e40194adf4b4a036ee68fe 1 0.00 vMB 0
38,369 38,369 0000000055d6f30ce95aa596a5b75c28d1f0c7e03974d63f1a579a7918e0570e 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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