Loading Tool

Explorer IconExplorer

Memory Pool

27,619 transactions
7.04 vMB
0.04680732 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.03/200 MB

Candidate Block

Mining Attempt 4bee37467f10e38a5cea3dbc7e616d8617dd871bc78fa34dcaee13c74243c944
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root c1e0fdfcfb83f7aa1c4336ccc6aaccae66081cb37d8b018b7932ee7fc02299a7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.02412482 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (776,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,649 136,649 000000000000018a73d8ec1f31a42aac03c8c68b2641483dcb373b06143f4336 0.00 MB 7 44
136,648 136,648 0000000000000442d65cf121c70fbef716dd788e13bc119f9de9bd8a4b186c78 0.01 MB 31 365
136,647 136,647 0000000000000249322a07f4c62175a163696d0f0eb3ee99b76f7f455d6f271b 0.01 MB 40 99
136,646 136,646 00000000000002a382604f1e1d7902f64ea1749af9ac549e4222c7a2f78bc16a 0.08 MB 92 221
136,645 136,645 00000000000005f88e33b88894a4a64ff601fe4e2f57a33b82636d65e6468ca7 0.04 MB 101 203
136,644 136,644 000000000000017aaf53a15d1d6c3e6491c625ee7122f4119fd94f070362a023 0.01 MB 24 392
136,643 136,643 00000000000008cfa76dd5c6fe8600f1f0cc84ac180037440c185bdad6d05e76 0.05 MB 113 288
136,642 136,642 00000000000003f63c8d7faad17e31dd315024f159c4d32c343df107458c3160 0.01 MB 27 175
136,641 136,641 00000000000002213b1246d690ed91fe309e0c7d87dcc64567d4325ea2142fc1 0.02 MB 65 224
136,640 136,640 00000000000001a19a0f78b54ca0d88023af29f079999d037f6f6d68f37d3eb9 0.02 MB 35 957
136,639 136,639 00000000000000d0efed6b93b2e6a46bdd9f7af282f2bd4bf4cab108393f84da 0.01 MB 31 295
136,638 136,638 000000000000039b94c653e0eb7de59e9cc36ba929d16dd176dd560eebbcb24b 0.03 MB 80 282
136,637 136,637 00000000000004098cdbdd456d010cb1f6a009b9030dfe71914c87bf31b8ba37 0.04 MB 96 348
136,636 136,636 00000000000007491d291160f434cb23da5e8cffe4cb208bd141db8e6e27e4d6 0.01 MB 30 96
136,635 136,635 00000000000000c020fb9fea917f967eed9f9889efbe617cecc15d0eaee01c96 0.05 MB 101 231
136,634 136,634 000000000000007bd312a431074de53721f6046e4ca313741690b1f5da22b4ae 0.02 MB 40 844
136,633 136,633 00000000000001106074648e320ed0e6049d03eef0ba610306bbbe3092f28db7 0.03 MB 93 187
136,632 136,632 00000000000004c17f22cdfb2a7c58ab745a329d79ce5cca39a21d73deb23e4a 0.04 MB 82 318
136,631 136,631 0000000000000127a9c9652184642d9e60439202ef22ed478547a1aa84c40c81 0.05 MB 94 103
136,630 136,630 0000000000000687b858a95d44bcc0c036621d5b977ac416b70e05d9bc8a985b 0.06 MB 153 379
136,629 136,629 0000000000000a953fb575ed38f574f55a74b2db67da359fa462568a6b526312 0.00 MB 11 94
Previous 10 blocks ↓
Total Size: 778.86 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: 392.97 GB
    • Received: 3.53 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.