Loading Tool

Explorer IconExplorer

Memory Pool

24,490 transactions
10.26 vMB
0.07191765 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.84/200 MB

Candidate Block

Mining Attempt 524aa9888793561b2082d277e1c66ffa7088474d1ae93de9ccabe8a0bc44b973
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 60097686f85883213f48c3feee00b4d6c89015d719e5096a45c2a2cbee05c39b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.03944346 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (712,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,581 200,581 000000000000018e75c27d5f4329ff637b5779a466ad35771232ca60dfce4ef5 13 0.00 vMB 14
200,580 200,580 0000000000000588b33798a1f30ddcd284651b3ffacf37b4028d5990004dcbc1 232 0.09 vMB 131
200,579 200,579 000000000000059b1a6fc12e964253cceb5e11a76aa054214eb29a8fc252cf6a 60 0.02 vMB 132
200,578 200,578 00000000000002de5cb7acf62d7d40272636c3b3f2cd2154aab07d65199f25ce 94 0.04 vMB 100
200,577 200,577 000000000000021c43fe63da1ea5f783ddad50215dfd92d5ed8766eddb77b17c 14 0.01 vMB 80
200,576 200,576 00000000000002448ff6797a108cc2949b7c0ad9032ef5c39f8f4cd6dd3bf00c 75 0.18 vMB 62
200,575 200,575 000000000000051d82662a70006f719a22ba9a3386581880d830b77df458b26e 143 0.06 vMB 127
200,574 200,574 00000000000001c6006625b387168b3ef32f72cd7c257341642fb17ca175fedb 10 0.00 vMB 17
200,573 200,573 000000000000012b310529f9b8244b38f7c6c7cde8b788ce4f57d5c5c6f70554 40 0.02 vMB 127
200,572 200,572 00000000000004fc13064e625586d53fa1efcc3aa9e81d3c07986564b1bf0d7a 207 0.10 vMB 120
200,571 200,571 00000000000005a7305526c186c765dd6bfcda4427ebe92f7bfb969de39500b3 207 0.07 vMB 126
200,570 200,570 000000000000047e260ea015fd3a7d1279af5cac73681f5c37253a9e790fd20c 176 0.19 vMB 79
200,569 200,569 000000000000056fde512e7388a0612fa733412385400d06208f15473dc7ae1f 10 0.00 vMB 0
200,568 200,568 00000000000002c6bd8f682788edf1e0ec7e9c7545cedb3fedec53b26fc87819 117 0.04 vMB 149
200,567 200,567 000000000000010468fbcc5fb8666e48429ea987d2bf919291f1fd3313fb1714 79 0.04 vMB 143
200,566 200,566 00000000000001a5ed55af21d278ab9def5d4c517232ed1b357632aa8465e206 281 0.09 vMB 27
200,565 200,565 00000000000000e1af5ce7ef184d7f56a5bf0a079647c271aab6273ecb5e7d05 29 0.01 vMB 161
200,564 200,564 000000000000004899ee200e7367b99600be8b4a571af9f54d7c802b7fa49f89 45 0.02 vMB 127
200,563 200,563 000000000000045e727831d569c878725ea20fd0c202218a8c982100d46fe0b7 124 0.05 vMB 19
200,562 200,562 00000000000000bbeab252c3987176eb09c56177bb17c9023e37fbc39ca9818c 136 0.11 vMB 42
200,561 200,561 00000000000002d9edf2b219e9cbef1b9f755e5448c60c901453655b6c82214a 215 0.08 vMB 163
Previous 10 blocks ↓
Total Size: 779.57 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: 280.19 GB
    • Received: 1.10 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.