Loading Tool

Explorer IconExplorer

Memory Pool

81,357 transactions
31.01 vMB
0.07924182 BTC
Random Selection Loading Transactions
Max Size: 188.58/200 MB

Candidate Block

Mining Attempt 291d33359d0176b4e412639cd1a2c1ce94d979977292e5bb123a2a7fa9b70ee0
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 67ebad3c0b74a6b139ac6902e84ee14042cbcc909ea52b9ab5b00621cf6fd605
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01249211 BTC
Feerates: 73.20 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (370,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,032 545,032 000000000000000000098983c6e67bec9488da5f55f2842e2f01cf7188f33912 449 0.67/1.00 vMB 3
545,031 545,031 00000000000000000006c868c2670e94882eb2796cf690b3f7fb94d8716a461e 1,446 1.00/1.00 vMB 6
545,030 545,030 00000000000000000019fafffdf6dbb12fce57022aba820bd919341b1818bab0 2,267 1.00/1.00 vMB 11
545,029 545,029 0000000000000000000e49076b0266ce78e1e2fb6223c56c2477cc6a080eda99 955 1.00/1.00 vMB 23
545,028 545,028 00000000000000000005c30f2065fc9fd0bf4274fb1a8c835521c64de7cdc2c3 1,759 1.00/1.00 vMB 19
545,027 545,027 0000000000000000000e3e9278f8fe7ac9e43cd2fd9c6a90bde0bb56c54e6356 1,912 1.00/1.00 vMB 4
545,026 545,026 0000000000000000001ce078e75b150a54798579e2ff248b5e5a433bf9effee4 2,220 1.00/1.00 vMB 12
545,025 545,025 0000000000000000001693b9ef561e085f37a2c824fca3b20792d8d32bdbe4d2 1,915 1.00/1.00 vMB 12
545,024 545,024 0000000000000000000eb7beeaa9f3cbc0ce3f56b8eca961cbedc922ee9aa8f8 1,279 1.00/1.00 vMB 18
545,023 545,023 0000000000000000001b206926c0798ddf85e93eea37d40e01e2c4c61fdcb17b 2,227 1.00/1.00 vMB 31
545,022 545,022 000000000000000000147ed74ce660f16b34f5bd16ffc2c2bf0d8210d6fd286b 2,258 1.00/1.00 vMB 21
545,021 545,021 0000000000000000000ec97057c4fb6e15ace277426244eac6ac26869470d94a 2,414 1.00/1.00 vMB 16
545,020 545,020 0000000000000000000d7c2e60434e3a10291a3070765b537d1d6b482e63bbd6 2,273 1.00/1.00 vMB 33
545,019 545,019 0000000000000000001b35bb593099f575d8e238646172f71f17cd587d8455b2 1,064 1.00/1.00 vMB 63
545,018 545,018 000000000000000000027afe37ba6ea7c3cec2f680f0bc2aef8e36933d469677 787 1.00/1.00 vMB 60
545,017 545,017 0000000000000000001bdaa7863cac70645b0229303432ee67339e91ff36b36c 1,836 1.00/1.00 vMB 3
545,016 545,016 0000000000000000001822788bdfa4770c84a274785af59b88ce72e28bf31ccf 2,874 1.00/1.00 vMB 24
545,015 545,015 000000000000000000064041fbebbf5e4333c385ce4f0459e56a03372b2561a4 2,690 1.00/1.00 vMB 16
545,014 545,014 0000000000000000002145eb0f956b758a14d62b69caff52ce2a1b68ee8ff8cd 915 0.47/1.00 vMB 11
545,013 545,013 00000000000000000015d5d3eab0538df5e251672c01ee0b687067420d289c8b 2,462 1.00/1.00 vMB 15
545,012 545,012 00000000000000000012105f1ca1f87d63d5fae421596766addc4b8f22a05c60 1,511 0.76/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.