Loading Tool

Explorer IconExplorer

Memory Pool

53,417 transactions
29.82 vMB
0.09888197 BTC
Random Selection Loading Transactions
Max Size: 160.01/200 MB

Candidate Block

Mining Attempt a6252231f8dcca1353419d4cc1720f023b9c1383cef3db4841c0408b8ed2fd9d
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 33b2e83a6e1ef77e2ca39234762fbe03b5ce1402bf10554a2462dc94c613e4b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.02543860 BTC
Feerates: 157.35 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (82,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,911 831,911 000000000000000000016ff9303fc2e9e1462229b561114d008dc2bd9c67daad 540 1.00/1.00 vMB 11
831,910 831,910 00000000000000000002c58a45381bc518852e764f71b033853b4fb327ca4335 1,517 1.00/1.00 vMB 11
831,909 831,909 00000000000000000002e3dfee367528b79a290d852a9cd0e0f0688a2015298c 2,624 1.00/1.00 vMB 24
831,908 831,908 0000000000000000000158b6bd0cbd899db7be6ba764c47c2372b732ce0f592a 2,556 1.00/1.00 vMB 18
831,907 831,907 00000000000000000001296e9ac56e3b5dca568f82bdb81446a072c4f4ce9b11 1,103 1.00/1.00 vMB 12
831,906 831,906 0000000000000000000120ab272196c05690bc32c9e0a3c143198e35d7e58c26 1,522 1.00/1.00 vMB 13
831,905 831,905 0000000000000000000290a2a58a0d3785735e0f23be524ddd347f7d66c199c6 2,609 1.00/1.00 vMB 16
831,904 831,904 00000000000000000000913eb127ecf8108111baefcb08ceab8f7181fc247012 1,200 1.00/1.00 vMB 10
831,903 831,903 0000000000000000000095b05be19b6806bfbad5400fc5dfd1d6560e7a72d361 2,681 1.00/1.00 vMB 18
831,902 831,902 00000000000000000000993f07cb3dd9c4f2bc2a8fa105c7ac5005ec33acd231 2,506 1.00/1.00 vMB 16
831,901 831,901 00000000000000000000041bc7cc336aa216d2efa66a2618b65e9682ce188134 1,310 1.00/1.00 vMB 12
831,900 831,900 0000000000000000000065f1370392df37b01f05d2db23bf0911e204151ba9df 1,584 1.00/1.00 vMB 15
831,899 831,899 0000000000000000000133fe1202a10e448fa727af3efae8a2c4501f6bb2fa57 2,887 1.00/1.00 vMB 23
831,898 831,898 000000000000000000001c1d649ffb96889071dfe4b20d301a1c5c95e643ad86 831 1.00/1.00 vMB 12
831,897 831,897 00000000000000000001d27017194dcd9c9366e9795fd736a22742f0a02b30c0 2,105 1.00/1.00 vMB 16
831,896 831,896 000000000000000000001aeb313e4671cd7a324078815b1fdd10dda547c8cf12 2,401 1.00/1.00 vMB 20
831,895 831,895 000000000000000000000f8955f7aebf503212105c3aaa18f3c7669fc810c249 2,138 1.00/1.00 vMB 18
831,894 831,894 00000000000000000002319f8f9cd9f6596af2831e5824b7ab8718e8a786489b 2,860 1.00/1.00 vMB 21
831,893 831,893 000000000000000000011e17ac66d1e4f4dc79102ab012d71f45c5d2a24ab059 3,185 1.00/1.00 vMB 27
831,892 831,892 000000000000000000008b6c0e40a0459b526c053253e96a39d66f7ea87c4f8b 2,724 1.00/1.00 vMB 28
831,891 831,891 000000000000000000025245c9800e9636fa4aca8c8a4c6e14c5485c7b1a7327 195 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.89 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: 645.09 GB
    • Received: 12.68 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.