Loading Tool

Explorer IconExplorer

Memory Pool

84,306 transactions
31.59 vMB
0.13528209 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 04775f5f61fc5e075405c17d09328f2bd44778ee1725161f0a5789e77232d7e0
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 4700428796928a919ca767e22eb01d80cadb5482d76a9e793d57100b930b24d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.05440303 BTC
Feerates: 163.06 > 5.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (267,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,116 648,116 0000000000000000000a61394e89305c24550093daf49b3ce44346b6a664c1bd 2,386 1.00/1.00 vMB 3
648,115 648,115 0000000000000000000621933103f574adc567b27ae645d5e701f8012ee4438f 2,017 1.00/1.00 vMB 26
648,114 648,114 0000000000000000000e42775c16f97d5798d44096e526393de61466c82f1b86 2,616 1.00/1.00 vMB 60
648,113 648,113 00000000000000000002a476501a7e2f4d1ade7fe138fa40e9fa7fc55e75894e 2,188 1.00/1.00 vMB 97
648,112 648,112 00000000000000000006364c27062883ac69fedf6e10853da3db9ff5c453dd03 741 0.42/1.00 vMB 48
648,111 648,111 00000000000000000000f221edccbeeedb227be132a9852cf4da6acf9fb84a91 1,506 0.54/1.00 vMB 44
648,110 648,110 0000000000000000000cf00a4931a4ff06e856b91be220ccea7b6afe8f8ec9c0 2,302 0.91/1.00 vMB 46
648,109 648,109 0000000000000000000e9887c57ee5ed08531e613c5ea4e476153a93a0bb093d 1,975 0.83/1.00 vMB 42
648,108 648,108 0000000000000000000e294e01c325fb410c87c8a5efee4a49a81e08ce0c65ab 2,257 0.95/1.00 vMB 12
648,107 648,107 0000000000000000000ea4afe89481dbde87b6b6704cbc048f91d9d20b8cde95 1,628 1.00/1.00 vMB 93
648,106 648,106 0000000000000000000bb9419213c7abe509e6270f232eeee78ff43ceb8773d0 2,461 1.00/1.00 vMB 6
648,105 648,105 0000000000000000000c9fb7b67613f90241d8f4ae77bf785399a94af54c366d 2,554 1.00/1.00 vMB 82
648,104 648,104 0000000000000000000b7cd54d1c91359f06f9dbfcde3d8ccf57a49d6542714b 2,087 1.00/1.00 vMB 32
648,103 648,103 0000000000000000000a0004eb2a02ba1902d7ab80ff909019a57bd81643e09f 2,581 1.00/1.00 vMB 48
648,102 648,102 00000000000000000007df9a5d534e16a6432cb7d8164c74e2b5007f0b9afbd0 1,840 1.00/1.00 vMB 41
648,101 648,101 0000000000000000000cdc994ae87a6349486cde72981d8b69e636c85eb7912d 1,962 1.00/1.00 vMB 49
648,100 648,100 0000000000000000000b92e448aa47f34dea7e78871ca97a880a5b520396b169 1,540 1.00/1.00 vMB 62
648,099 648,099 00000000000000000007b84e851ca6658f695ae68095836f88d5ce106ed7cee3 1,972 1.00/1.00 vMB 20
648,098 648,098 0000000000000000000fe9d0b4df6b700a9e39621c43cd3cc13cc49380b2782a 398 1.00/1.00 vMB 12
648,097 648,097 0000000000000000000805231f03d61b18c60db36aacbd11646e8b88360d51a4 2,566 1.00/1.00 vMB 42
648,096 648,096 0000000000000000000b227d42664951778f25b7f69284d21f938de30316cfde 1,729 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.