Loading Tool

Explorer IconExplorer

Memory Pool

32,589 transactions
26.83 vMB
0.10521858 BTC
Random Selection Loading Transactions
Max Size: 134.26/200 MB

Candidate Block

Mining Attempt e1fc80f44c57a288491d08bd354c096545af01a2bd085a20edf95607b07bfa31
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 8b74093f1986cee71edac64ef256b2d362a61b1b66455f7e94bbd33b3c2c4453
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.04769520 BTC
Feerates: 502.67 > 4.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (790,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,324 123,324 0000000000001549fb15d0a1117c62f8cc17db6ebf3a7b1bb71c337b3cabb88f 1 0.00/1.00 vMB 0
123,323 123,323 0000000000001911a0602d8e1c1853716661f32d47d9da380421c0ca4b25a935 1 0.00/1.00 vMB 0
123,322 123,322 00000000000038a25c178707b64535c2fb8d36a70e3093b36f866849e9539d55 38 0.01/1.00 vMB 2,327
123,321 123,321 0000000000005e5c28343b9ffd104931077012d0ce93e57a4a4082771f2de3da 8 0.00/1.00 vMB 350
123,320 123,320 00000000000016c0f1e1dd4c2db7cdb772d22a024c9195cf3bf625eb394b6df0 8 0.00/1.00 vMB 0
123,319 123,319 00000000000036274e7f19aa47f82577e4743e659b3c469af2bb057f5f5864dd 2 0.00/1.00 vMB 2,288
123,318 123,318 00000000000009c56347faef49cc533d5815d1a1ef518249516e5952a4f16129 12 0.00/1.00 vMB 0
123,317 123,317 0000000000000a07d60fb4339a8f26a073b7eb84cbba186fe00389702fe0441f 9 0.01/1.00 vMB 88
123,316 123,316 0000000000001f69f7f19e81dc1285a153b8a3809a2d5fd9b5679e4c771e90f0 11 0.00/1.00 vMB 652
123,315 123,315 0000000000000fc3ec56e49bb4b5eaf2955250895bde5a48d1ae59688a4aafbe 34 0.01/1.00 vMB 2,591
123,314 123,314 00000000000037fb79a1867fccb27f2991acd847f439aa51811fc13879c32a2e 6 0.00/1.00 vMB 316
123,313 123,313 000000000000042b547f46101477953b67bf39c7c9c84aeee1ea1510dd8f0c14 9 0.00/1.00 vMB 0
123,312 123,312 0000000000001a349902973890f7aa232b1b26dac63462acc4a8fc61ae46902a 20 0.01/1.00 vMB 516
123,311 123,311 0000000000000b2983ba69b795b9abbfc72132ef464deb0f6d4e7a52937a12b3 9 0.00/1.00 vMB 618
123,310 123,310 00000000000042dbd5e650562e927596100b40d57924ade17d7355994f974e81 7 0.00/1.00 vMB 0
123,309 123,309 00000000000058e8bf3ac64936ea568b1f5abb068cc01e22447c5520b759ee25 16 0.01/1.00 vMB 515
123,308 123,308 0000000000004070f215b9542453440c2249b077c684548b194504b291016daa 31 0.02/1.00 vMB 232
123,307 123,307 00000000000004f02e868a86ca5dd7982b05a783b63e6e4343de65d73ec83b7c 8 0.00/1.00 vMB 0
123,306 123,306 000000000000227cc0695cdd62ebfa9d9bf55e7f6ff15c1139473bfed5c46e39 21 0.02/1.00 vMB 121
123,305 123,305 0000000000003afcff12d4acbb09f94ee97a8d7a73e4683f280956ab66078255 2 0.00/1.00 vMB 3,076
123,304 123,304 00000000000036e493f24187b7a9b8c7f1b710d30c6e3638f31d44ad36894eee 9 0.00/1.00 vMB 263
Previous 10 blocks ↓
Total Size: 781.02 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: 576.41 GB
    • Received: 8.44 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.