Loading Tool

Explorer IconExplorer

Memory Pool

45,222 transactions
28.79 vMB
0.13240278 BTC
Random Selection Loading Transactions
Max Size: 149.90/200 MB

Candidate Block

Mining Attempt d402b90974e1a0d89887f6eecd233ac6cb69cc1f94ac946ecd36fabdd996341a
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root f91ec20182a853b7e3a6ef0a1afbd5a6be4b5663dd846fa8f6a2a1fb85da8a99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.03736229 BTC
Feerates: 78.42 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (428,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,420 486,420 000000000000000000081d1cdd5e0751395abe0abf5ef209184bd48c0988a567 1,491 0.97/1.00 vMB 83
486,419 486,419 0000000000000000001834f0f4acbfbe95aee1b502fc89d05ef04e8fbfba1b82 2,154 1.00/1.00 vMB 99
486,418 486,418 000000000000000000bd4659e9270e9c86abe4a9d8127428223a67afc7e35fb3 1,912 1.00/1.00 vMB 190
486,417 486,417 0000000000000000001a8b6a32be5f6cab0f6253798287ce91b75759d4fe88b8 652 0.54/1.00 vMB 97
486,416 486,416 000000000000000000d7c24d9c2798314b8ee9ff6fc01e3ba76d7b626a2a0c79 1,179 0.61/1.00 vMB 30
486,415 486,415 000000000000000000f52c19f9dd826f746a20d37ec74b8f6f34853453205e56 2,122 0.99/1.00 vMB 158
486,414 486,414 00000000000000000004f72773490b55d9abb95bb7e5faef588679dc8d7a5cc8 830 0.37/1.00 vMB 117
486,413 486,413 000000000000000000516f04a24c44fc07fd8a165e4306a168aaab2ede0fc409 198 0.07/1.00 vMB 92
486,412 486,412 000000000000000000d54c2093f6ddb526836b32ae1b99a80e91df04aa64a019 400 0.17/1.00 vMB 99
486,411 486,411 00000000000000000010d66f2977a5dc9b19e1344a0dec035e5a92196ed50759 1,162 0.61/1.00 vMB 99
486,410 486,410 000000000000000000666ba7a3feb41fd453909399411362b36cc3118c4d546c 261 0.10/1.00 vMB 146
486,409 486,409 000000000000000000db7d43795780f34f951b845925c8a25df966049e531b8d 1,036 0.81/1.00 vMB 87
486,408 486,408 000000000000000000425cceaef27c5138cecee34ae27453806b2faaa65b61b7 1,716 1.00/1.00 vMB 114
486,407 486,407 000000000000000000018c5bd530271a6355570698dccd3578b904b12f48f5a2 1,985 0.86/1.00 vMB 99
486,406 486,406 000000000000000000627c0b9e0db1ce7f8010adcc24f50cf1e562c585c0efe8 358 0.18/1.00 vMB 128
486,405 486,405 000000000000000000bb6a6924341b7d3bfde56c9889849e5d39e9c537ad2fb1 153 0.07/1.00 vMB 73
486,404 486,404 0000000000000000002cfd425f0942590f513294da926b8afe9b1f3d1e6ed2e5 2,005 0.99/1.00 vMB 91
486,403 486,403 0000000000000000002339a8474fb9f6e11ae52f0d575eb2acfe3386fa87da5f 240 0.10/1.00 vMB 77
486,402 486,402 000000000000000000b9025f8e337a3a4cb99ec5e813b73fe3430e13eb16d0d2 837 0.60/1.00 vMB 59
486,401 486,401 0000000000000000002f34ffbd136a32bb4986428de8b9e807b475c36d96165f 2,456 0.96/1.00 vMB 75
486,400 486,400 000000000000000000d92b7e8b110704c99dec85371a8103a8a4c507ad7a58d3 2,570 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.