Loading Tool

Explorer IconExplorer

Memory Pool

83,321 transactions
30.21 vMB
0.14450605 BTC
Random Selection Loading Transactions
Max Size: 183.33/200 MB

Candidate Block

Mining Attempt 23708358fe12af38b7d362ff80670d2eb129ad30ef2bc13d23304d9b67b34a43
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 4c1186cced94e0043cbc832e1c0177eedc5b5976a8b02609a6a09fc58ab049e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,688
Size: 1.00 vMB
Total Fees: 0.08265297 BTC
Feerates: 155.43 > 8.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (427,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,421 487,421 00000000000000000048453cc0650ac4d877b99f92d82f4bec747c6609dd3346 831 0.27/1.00 vMB 64
487,420 487,420 0000000000000000000211a8d314d6d278760ffb5881d8075dd2b4ad3a8c1253 1,236 0.74/1.00 vMB 21
487,419 487,419 00000000000000000055c51bf4ddc50b4beecbdc16abd935c2548480f68ec19b 1,490 0.96/1.00 vMB 51
487,418 487,418 0000000000000000002a22e60ba247d85ad3151ed13a3883898a8658626bce5f 2,277 1.00/1.00 vMB 178
487,417 487,417 000000000000000000838dad6aded5923f07ba943cd57cb092d8466409c4c8b5 32 0.01/1.00 vMB 638
487,416 487,416 000000000000000000dbe2e829d0bfdc55adc4f1b6801b8a2bb085c184a0b3b2 1,545 1.00/1.00 vMB 71
487,415 487,415 000000000000000000f5ee1bed4578acbe07e3294feb2a2e29e301a789f9f28a 28 0.01/1.00 vMB 473
487,414 487,414 00000000000000000056d6cfd1f866f9085bfd127eb67cc33c27150ebd8474f8 2,244 1.00/1.00 vMB 142
487,413 487,413 00000000000000000048a75e75e652eadc8e2d9d523d4753ce058e01a3c6b955 1,225 0.61/1.00 vMB 157
487,412 487,412 000000000000000000c6c7055647fdefc7ad447b6fe0e9409ca437aee2c650ec 1,303 1.00/1.00 vMB 45
487,411 487,411 0000000000000000007fde4e154d5929a4dd93134307e7f0a6cf544fdd3f9d9a 873 1.00/1.00 vMB 33
487,410 487,410 0000000000000000008b5304f50388eb1703807265ce55cf68a0c247c3c1914a 704 1.00/1.00 vMB 15
487,409 487,409 00000000000000000053ec4df077ec00b4458fe11a1af7dfe23c9a98ccbd2c43 1,081 0.75/1.00 vMB 52
487,408 487,408 00000000000000000021aa343cbe08ff916a8946be393470d099958696d68a35 2,312 1.00/1.00 vMB 45
487,407 487,407 000000000000000000b2a9ff7c8ea77009924023b50081b8a450930af1ded676 1,544 1.00/1.00 vMB 89
487,406 487,406 0000000000000000006276ee0bc685122ea5d469fa36609e3823ee63185998eb 2,274 0.98/1.00 vMB 141
487,405 487,405 000000000000000000e198b61b2cec979505ea445d7da85a8246f6afb748ee8e 2,155 0.99/1.00 vMB 133
487,404 487,404 00000000000000000009f3b8a14e543ec6690d4002a1beb78f6cc46b270d5398 1,093 0.67/1.00 vMB 61
487,403 487,403 000000000000000000037b297356bffa1837c50cf952caea3160d6efe9297c4c 1,179 1.00/1.00 vMB 23
487,402 487,402 0000000000000000006f3b89e257e219a8cd67f274ff3fafbb87e1bb161dc6f2 1,615 0.99/1.00 vMB 62
487,401 487,401 000000000000000000cc0fcd85dac85fc8e5f92bba43e3860847bcf12ea384c9 1,621 0.98/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.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.