Loading Tool

Explorer IconExplorer

Memory Pool

23,930 transactions
5.58 vMB
0.04319749 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.93/200 MB

Candidate Block

Mining Attempt 89866ecc57212f7c1ed9781058c090b330929b60ba93e2c037f3ee348f153899
Version 20000000
Previous Block 00000000000000000000c0dfc0928c5bde543bdeec8068631fbf29308a0d5645
Merkle Root 86589c39e8439e224250fb523de6a585c99e9840c09ed235b35626679a164fd0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.02761790 BTC
Median Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,166 (644,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,656 268,656 0000000000000004fda5910c3d32cdd6dcadbcd68b279979cf98c195ffc88837 0.15 MB 279 30
268,655 268,655 0000000000000005f882b82cdd36485d39a241e30a74d2c522e85a385c37cd3e 0.15 MB 274 18
268,654 268,654 000000000000000740d8503661094eac07d2fca9bdbdf75aa77d47b4b1d1ef03 0.08 MB 134 47
268,653 268,653 00000000000000049c2c06043fd29e26901ad273d6fcdaa832044c2ef662b900 0.05 MB 132 32
268,652 268,652 00000000000000018914e17bd674c5d8069ce463e00750cb838b91d3b0ac80c3 0.34 MB 581 5,601
268,651 268,651 000000000000000420d20733a62839c4d2a3bb3358a20f5109044c60aed7976c 0.19 MB 348 79
268,650 268,650 0000000000000005b847e8b53290ebfb4df9e7c38b03324be55d3977c438bfcb 0.15 MB 324 89
268,649 268,649 000000000000000782673ae6749ce3248f7409a315c8bf6968b65f0e028194b3 0.07 MB 139 51
268,648 268,648 00000000000000057f4c728081ca44b02e57ab97c6382648aade5d44934d8522 0.21 MB 470 79
268,647 268,647 0000000000000000e3d1f35384c9af6986fbe29aaa4a3dff4c55b35f879688ec 0.16 MB 227 59
268,646 268,646 000000000000000439844cc4dd9077fdadd51358e786af65673bfab9fe868bf4 0.21 MB 385 66
268,645 268,645 00000000000000072318ecc5c5403e87288d41408c9cf7f09f0ed5450fc5977a 0.40 MB 779 65
268,644 268,644 000000000000000730536ecfb5cf155ee5549572a0e738c47489861247cc82bc 0.24 MB 422 42
268,643 268,643 000000000000000665e626ddc26ae5612262ce841ed0ce4688b846ba3923434e 0.25 MB 565 116
268,642 268,642 0000000000000007544022b9f5b2008544c30252547c43b0ea9504099c3fa166 0.17 MB 270 69
268,641 268,641 00000000000000040036aae7c16258ec6fc8c84bdd45cf68ae31e14f685a1e8d 0.25 MB 544 82
268,640 268,640 0000000000000001015972cdce8e202011f08860509b157e58642ebae7f72e2e 0.13 MB 265 73
268,639 268,639 00000000000000029fbd9eb8054620011b1e60e444f51947c108329d2b06c948 0.20 MB 363 72
268,638 268,638 0000000000000002c575261a995c7611192fa2f47586bfd20e6bc86bc5408b38 0.06 MB 85 23
268,637 268,637 00000000000000003e899e3b738d9c4bbbfa8e3b452e24c96961d22f8d98a663 0.15 MB 291 38
268,636 268,636 00000000000000059274e1aa780e779571bffb924e9ddf117cb219cee8eb8707 0.15 MB 335 20
Previous 10 blocks ↓
Total Size: 779.14 GB

Node Details:

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