Loading Tool

Explorer IconExplorer

Memory Pool

44,541 transactions
27.26 vMB
0.09995690 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 836693b08ae778f60a666fb73cf8a0d9a85a6e247e4c3912f8dfd8e3abb27a11
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 60eae3fb398f92311463f43f3511e6d88ddbfe8453c85d2c5504b2862e6da850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.04537000 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (380,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,287 534,287 00000000000000000010e96601f5fe72db8f4af0a3c6d06d3bd7db010d3654d4 1,072 0.47/1.00 vMB 15
534,286 534,286 0000000000000000000b4dd9e07f1c4e2fe468256dee500331a95875b5b44163 585 0.23/1.00 vMB 38
534,285 534,285 0000000000000000001b1770cf3c1bd32337a1b1b7fb34ad4d79e0e864ca41cd 999 0.41/1.00 vMB 19
534,284 534,284 00000000000000000004e1738f0d52cf6beb0f09eed4c602e78fd1a86a12d825 978 0.40/1.00 vMB 14
534,283 534,283 0000000000000000002c00a803e64a6b38be979840d5778afb3eeb89383424fd 982 0.97/1.00 vMB 1
534,282 534,282 000000000000000000070be7ad630b0e5a8036b19accd249df483c5f829e78db 2,532 1.00/1.00 vMB 21
534,281 534,281 00000000000000000007df28cf89595baec8406f529c1dda7b78813fafc2f6aa 2,432 1.00/1.00 vMB 5
534,280 534,280 000000000000000000171e11f678ef644f6b7cebd9a7e88d72477cae3842d67b 2,562 1.00/1.00 vMB 20
534,279 534,279 00000000000000000026b78beffca02c5c7d34364d2762405506335bdcda5175 2,428 1.00/1.00 vMB 6
534,278 534,278 0000000000000000002e2896da6d7d1e392c675283d0747ddc17de86a159ac97 2,550 1.00/1.00 vMB 28
534,277 534,277 00000000000000000002c28fec04f0dc2931e841c0287c86ae5f48e4a3940698 2,638 1.00/1.00 vMB 11
534,276 534,276 00000000000000000007ba453c4759dc65530d375ea04e84c51e1c9fdc7f2085 1,719 1.00/1.00 vMB 30
534,275 534,275 0000000000000000002c6643d84eda1b95da2da9d5751c67269163b57cd6e3a7 1,814 1.00/1.00 vMB 47
534,274 534,274 00000000000000000007637c17565a2194b154c255e76814f326cee05ac04bb6 425 1.00/1.00 vMB 120
534,273 534,273 0000000000000000000104323d062b3e2839f744a05ed5e1ab3a53f4fb9519e3 488 0.27/1.00 vMB 52
534,272 534,272 0000000000000000000b028d965fd8ff960d5874f8043d648b98482ad18d2b64 1 0.00/1.00 vMB 0
534,271 534,271 00000000000000000014b195971e9eb25c40b50702bc09d7b58fdd114ebe9d6d 2,090 0.91/1.00 vMB 34
534,270 534,270 000000000000000000076ef62784b0ce03d43624ea3e93bec8fa8a69e6213709 2,316 0.99/1.00 vMB 5
534,269 534,269 00000000000000000003c319de13206c837274d6d8ae3f5b85a1195f0da87140 551 0.20/1.00 vMB 17
534,268 534,268 0000000000000000000c22e89b0bc56c7a96e89f95009e8ccd5945ba2d21b553 1,648 1.00/1.00 vMB 12
534,267 534,267 00000000000000000008261b443395b9b2832ced06ae118b5bda6fb0f7564f01 1,061 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.