Loading Tool

Explorer IconExplorer

Memory Pool

47,702 transactions
33.56 vMB
0.19741413 BTC
Random Selection Loading Transactions
Max Size: 169.59/200 MB

Candidate Block

Mining Attempt edcdc33103ce479ad509723c77c310778d1977538646774b24d9b1a8474e3227
Version 20000000
Previous Block 00000000000000000001def21d1078832ba461a782f9add81014e8b0240af40c
Merkle Root 0dc53992e0ef41731163dc131583dc7f393ef046fd97f9aeeee0d736482685ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,041
Size: 1.00 vMB
Total Fees: 0.10380878 BTC
Feerates: 301.57 > 10.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,358 (840,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,438 73,438 00000000006877ba470cfba140960e5e509a19ebf841bf7b2abc85e78b8723d9 1 0.00/1.00 vMB 0
73,437 73,437 00000000001eb00cda861fcfcb3f3dd4453b136a0e0cdb5d34fa1099bb12b1e6 1 0.00/1.00 vMB 0
73,436 73,436 000000000015ec087122b7fecce31568d52e119fc02bd2f407334488091a7d24 1 0.00/1.00 vMB 0
73,435 73,435 0000000000676e484df5e93dd26c11f8d4ccf3ce78fe046a0d80e7ce02ecf928 3 0.00/1.00 vMB 0
73,434 73,434 00000000006ad244ac01fa56d26d60fb5ef62d6d1e2b574621de3ec3139bd6b7 1 0.00/1.00 vMB 0
73,433 73,433 0000000000528e2dd8ccf9353fa0957171c871333ce4cf72070e3aaea6ddba5e 1 0.00/1.00 vMB 0
73,432 73,432 00000000009e2b9b3ba053ffbf061e1f39a56ddf8f19c1d069b973254d2e81e5 1 0.00/1.00 vMB 0
73,431 73,431 0000000000425207eecb991d83d1f1cb6a11a3a76c2011b43f48670e4fed2dfc 2 0.00/1.00 vMB 0
73,430 73,430 00000000007cfcacd10c39dbc7efdf70a7186d9552ec41556a1b23e37e081b6f 2 0.00/1.00 vMB 0
73,429 73,429 0000000000824bb78c71806684f14e46d043a1c423089282dd6934ff9af7b819 4 0.00/1.00 vMB 0
73,428 73,428 000000000087e5ae183027e13a1a996057d8d977d639983b4329a331f5711e74 1 0.00/1.00 vMB 0
73,427 73,427 00000000002045bf4ebd69684d6557bb8161133ef80ecc94efc3616ff51226d0 1 0.00/1.00 vMB 0
73,426 73,426 000000000011fc192aad93be506c576b09d9b43ee8bcf9b34b58de48163ac7b5 1 0.00/1.00 vMB 0
73,425 73,425 000000000047192ea03d5f3819d4fc9ff687ffe532988889b13c6628fb75f14f 1 0.00/1.00 vMB 0
73,424 73,424 00000000005b1d46f2d90e142a3025dd940c40fc0d5690205470f2855370855f 1 0.00/1.00 vMB 0
73,423 73,423 000000000051c493bc19279d71f2d13d6a86caa6247f0e93062edfc6c8762132 3 0.00/1.00 vMB 0
73,422 73,422 000000000028d94e46025a9b1ca52a7587c4f0e6510a23942f78d6168f36dfb0 1 0.00/1.00 vMB 0
73,421 73,421 000000000020d00c0621b3ede928c2aefb8b1600b1596f27206f9d675b448e6d 1 0.00/1.00 vMB 0
73,420 73,420 00000000006d6eefb87ea44487c37045effbc5b435044cb4fb35731a3e9ce9f5 2 0.00/1.00 vMB 0
73,419 73,419 00000000005e4246c6d1aba59c24e573ad8ee60370ecdb107bd79baebf984ad3 1 0.00/1.00 vMB 0
73,418 73,418 00000000008cc6e6b1dcc0950e6b3acbdff23f7db16ba43865e8717ea8861903 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 591.79 GB
    • Received: 9.63 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.