Loading Tool

Explorer IconExplorer

Memory Pool

41,205 transactions
28.48 vMB
0.07508399 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 7b8dcd7f9b1c53a579d30b82ee1a8e5f03a7eb3c27c8ec24e794b428c408dd6b
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2f9b947ba4c52a92f74b1a50dad7e15c988b22e6dd67475dd7b48055fcb7da88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.02000536 BTC
Feerates: 88.27 > 2.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (411,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,910 502,910 0000000000000000007f37fff807e2b74081ce4835e921c098f9ebef2f1514e7 1,513 1.00/1.00 vMB 370
502,909 502,909 00000000000000000072da673cf077d7f8ff16ffa804b08759567990c04ffb1d 1,851 1.00/1.00 vMB 395
502,908 502,908 000000000000000000655c58c2e9a164eb4aaa6a88bc5c509b46b980c37465c2 2,425 1.00/1.00 vMB 502
502,907 502,907 00000000000000000029df66934fbd669b9285060cecee33b5637bfe79b0c483 2,315 1.00/1.00 vMB 410
502,906 502,906 00000000000000000022c4358e927e6a2dd0cbb5d070d5b05b6f32f3c0484210 2,452 1.00/1.00 vMB 508
502,905 502,905 0000000000000000004c067578a74ca400eaef717c0282a379122787411f0c31 2,107 1.00/1.00 vMB 363
502,904 502,904 0000000000000000006109abd9642271fd71407142a00955ec9694331be3f18d 1,520 1.00/1.00 vMB 296
502,903 502,903 0000000000000000003374b9143755d2f165368e03816467b5c00032c58271aa 2,468 1.00/1.00 vMB 395
502,902 502,902 00000000000000000070ab575ec2ca05da59c31f579cb0a1d61efe373981715c 1,966 1.00/1.00 vMB 343
502,901 502,901 0000000000000000007663526bc25f716cd07cf4f4e8c93d2a57d40c7606c9c5 1,697 1.00/1.00 vMB 452
502,900 502,900 00000000000000000007c993c75a7e0f1b39b4bd8d39c642c286567aa7153467 1,980 1.00/1.00 vMB 400
502,899 502,899 0000000000000000004c86ac58d9114999310ee8bf5b91c70f0178b6b8c9e245 2,357 1.00/1.00 vMB 440
502,898 502,898 0000000000000000008bd336b383a4cd2479110bda5695ab77d891e68191959b 2,384 1.00/1.00 vMB 538
502,897 502,897 0000000000000000002b67031cfac4d4c3257bca82e223383afba753f4f86168 1,833 1.00/1.00 vMB 319
502,896 502,896 0000000000000000004ac5d97713216c1162bdfe1bc30862990c550a1994c5a7 2,333 1.00/1.00 vMB 209
502,895 502,895 000000000000000000522ed562b6663e910c2e21c1464ed9acee09eed5e7d2d3 2,339 1.00/1.00 vMB 421
502,894 502,894 00000000000000000035ac4f523582be3cae3a8b811233ef6faf6b8c43f160c6 2,269 1.00/1.00 vMB 500
502,893 502,893 0000000000000000000b0b1592b26f34b65d60d72adae092834a9d9696c08fd2 2,434 1.00/1.00 vMB 300
502,892 502,892 0000000000000000003c2327e1ae465ed8d1939883c0dbd8041ab79c24cda6de 2,431 1.00/1.00 vMB 513
502,891 502,891 0000000000000000007d23e8363a9817a74616322ab1ef56560d6f1edd374365 2,313 1.00/1.00 vMB 462
502,890 502,890 00000000000000000044c04f6cbfd5300bba3719e0d300c3070d45567dc1e950 2,197 1.00/1.00 vMB 497
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.