Loading Tool

Explorer IconExplorer

Memory Pool

26,473 transactions
6.26 vMB
0.04685848 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.28/200 MB

Candidate Block

Mining Attempt 8626f62c8b68a5a96df0cefd5c963525e6bf4263ba61fa801ea252a8fba6ac47
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root f84048554d1e5de3dda6ca8285bbd1b1933546cdc5e77937a42c8362ec9a9300
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,085
Size: 1.00 vMB
Total Fees: 0.03218025 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (661,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,130 252,130 0000000000000031b4af6b9c78950592b31e74141a258a1a5afda85ba89f2e2b 24 0.01 vMB 114
252,129 252,129 000000000000002be2cc43484db2863dc1b637f77babcadb485c4937f4920f05 25 0.01 vMB 68
252,128 252,128 000000000000003b2b2aaea7bef5d654be5dea4cf30c1f83c9a4ff8996905842 588 0.24 vMB 157
252,127 252,127 00000000000000426b7a3b4e566be56b1676bacafb0c76ac98d44eee8dcd27bc 256 0.21 vMB 42
252,126 252,126 000000000000000ef908e9d19efa9aefa2d59f534289b39d4008fc606e6f088c 512 0.19 vMB 109
252,125 252,125 000000000000001114f55c1a02c4efb667acb3d078288ea60d63e408fcff1915 581 0.25 vMB 151
252,124 252,124 000000000000003e2802e2f9b13f68ca0fd8c1c1918191d6be3ba97d82e9e362 301 0.12 vMB 70
252,123 252,123 0000000000000031f2dbcc05ad884f9ded374352dc45695857299153715cc927 512 0.23 vMB 206
252,122 252,122 00000000000000202d0d00a2f06431bf4be638eabf9de25d57c438c278df8dcc 672 0.28 vMB 153
252,121 252,121 0000000000000025f200e05a628730ee5448410c6925e6f87bd4ef112d2efe74 175 0.08 vMB 121
252,120 252,120 000000000000004ffa43a3fa8833d628644c477556aabd836d623d824311fb91 323 0.22 vMB 48
252,119 252,119 0000000000000043ca35cdb46e23f20a35750029a47237e6dde33627aa917cb7 512 0.24 vMB 170
252,118 252,118 000000000000003d4b34cc0d801affe5497e71e565088ab2fe2003a668cf2f10 515 0.22 vMB 119
252,117 252,117 0000000000000009f6575c7e03d78b3296ecc9cac9fe081cd71391e4b62a18cb 512 0.22 vMB 205
252,116 252,116 0000000000000041c824424e7fcb1fa6316c552264db9c42d4c20b419d176ba4 68 0.03 vMB 11
252,115 252,115 000000000000000721f72dc7da3cf8a9b820dab149e08b7ceffef904ad5fadcc 484 0.21 vMB 131
252,114 252,114 0000000000000047156ad42019960cf610999161ba66eeef659d03b35e142889 177 0.07 vMB 89
252,113 252,113 0000000000000018003644b1f919f26fa0f7f4c4db9de65ab678d98b1e3fa1a4 91 0.04 vMB 38
252,112 252,112 000000000000002164d3ad303cefa3d18489c55864539504d898b7809a02b309 413 0.18 vMB 142
252,111 252,111 0000000000000010317ccf2fbf695b7387b288862ca8427d20258c9da7ade1e3 91 0.05 vMB 98
252,110 252,110 000000000000000438aebc2cd33025feabec4e471b5ad720b8b396a8c78d6ac1 163 0.09 vMB 129
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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