Loading Tool

Explorer IconExplorer

Memory Pool

34,421 transactions
25.37 vMB
0.05438671 BTC
Random Selection Loading Transactions
Max Size: 129.10/200 MB

Candidate Block

Mining Attempt 922616ca4e438e331baa84c49d171d934e2443ce0bcf7aa3d890440d9ff9078b
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 0f95c6e7fcb172011fe32ed6307f6da2f4e780800d27ea4a16fb9e62820d0ed8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00847811 BTC
Feerates: 170.89 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (411,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,507 503,507 0000000000000000003b88a3d0c6e68f66f5fa7f805d46bb46807e5ce1f868ce 1,263 1.00/1.00 vMB 367
503,506 503,506 0000000000000000007b76a6dbd8f2fb29ff0e55777d596d3b7d880478eb3e28 737 1.00/1.00 vMB 236
503,505 503,505 000000000000000000384710e98929871ea534ecf159c7b4b317b4922298999e 1,079 1.00/1.00 vMB 290
503,504 503,504 00000000000000000010139b3faf5c20d0016a25acf11781c7aa366e854a93bd 1,314 1.00/1.00 vMB 307
503,503 503,503 0000000000000000009172298c27bfe4363e6afd8814d96fcfe6f43b953fd787 945 1.00/1.00 vMB 234
503,502 503,502 00000000000000000086b8063baf43a8b988f3ea7180a5bea1ee98ed81da9308 1,902 1.00/1.00 vMB 461
503,501 503,501 0000000000000000008c081736474b011f85da4e288ae1eb6558d1f16b825221 556 1.00/1.00 vMB 202
503,500 503,500 000000000000000000045a3d6876eb052671efee4a8c157266d9c25292380130 2,062 1.00/1.00 vMB 337
503,499 503,499 00000000000000000035c4799d6cf1c67d68f81e3f4e935fc949ee2abdce865b 2,216 1.00/1.00 vMB 403
503,498 503,498 0000000000000000000925153a568574d7188fecf9a24c4eb246ccd155875b9f 2,577 1.00/1.00 vMB 557
503,497 503,497 00000000000000000075757adab3cf52f9cbbff7590919878891fd64036c643d 1,859 1.00/1.00 vMB 440
503,496 503,496 0000000000000000006362b73799638fbbbd5fbd17a2cd7d4855ec250704ab47 2,609 1.00/1.00 vMB 472
503,495 503,495 0000000000000000003fedd4fd0dff8007f3c6d35a17f090a6b084696be0b670 2,055 1.00/1.00 vMB 540
503,494 503,494 00000000000000000023fec081cd16a09fade10bdf59ac0e2a5c8d24364e4d3c 1,879 1.00/1.00 vMB 513
503,493 503,493 0000000000000000001703622edae8a5a65174ff47dd8f0b2ecd14f6edd4f420 1 0.00/1.00 vMB 0
503,492 503,492 0000000000000000002a9b323cfac10e6fd9e6f8f647a7bfe770ee958f50759a 2,120 1.00/1.00 vMB 529
503,491 503,491 00000000000000000066344a6760f63aec083f08ce351e5d27cb9b77f8c09286 2,304 1.00/1.00 vMB 589
503,490 503,490 0000000000000000006f5702d3993218bdfb58b21a02c87a9b56fc540733efa0 1,895 1.00/1.00 vMB 428
503,489 503,489 00000000000000000010d66bdb031833e2b25cd7269bf46d10038bf59f83ae07 1,543 1.00/1.00 vMB 279
503,488 503,488 000000000000000000526a96d78345074ed5a805baca5d12a09fb70e60d8bd0e 1,700 1.00/1.00 vMB 480
503,487 503,487 0000000000000000006e41d128d60a2be901b746d3c7bda8edfe70e8806c645b 3,008 1.00/1.00 vMB 577
Previous 10 blocks ↓
Total Size: 781.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.69 GB
    • Received: 12.26 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.