Loading Tool

Explorer IconExplorer

Memory Pool

82,937 transactions
30.43 vMB
0.14865109 BTC
Random Selection Loading Transactions
Max Size: 184.28/200 MB

Candidate Block

Mining Attempt 3f34f261005cc5a4e1d0a078cc3222dc2a6baab565bb73713e107fb9876bac1a
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d6861fbed0703703ac887b8a3e2229192314f39acb9602d9c45e52d3bc8ca537
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.06720951 BTC
Feerates: 150.61 > 6.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (317,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
597,164 597,164 00000000000000000010d55ccf7ed6ed0c31f14fa71522b6e6de54e7a20b52f7 3,399 1.00/1.00 vMB 20
597,163 597,163 00000000000000000004ec7eee8e1cb6d8c6b037bb80377631ed58bb71d6f93c 3,010 1.00/1.00 vMB 25
597,162 597,162 0000000000000000000e7dec119f9f0365a814600aef4ea1054e1acda3576011 1,098 0.28/1.00 vMB 17
597,161 597,161 0000000000000000000b73986d7cee493720f92de506bf964e2502cf1258a866 41 0.01/1.00 vMB 24
597,160 597,160 0000000000000000000867b1d572940e52b9077c37dc8bc2431eb70ecaae9599 1,538 0.41/1.00 vMB 18
597,159 597,159 00000000000000000005b94fdcb7659bb28bfcb83e1971ae87658dd3ef63bc23 1,951 0.59/1.00 vMB 17
597,158 597,158 0000000000000000000ef6cd6b17add81c1e4e30697ca9dabf6681b8ae7eee48 3,255 0.86/1.00 vMB 18
597,157 597,157 000000000000000000002932a9a37f4c1ecfcda00364b31ca629bc242a259f01 2,469 0.68/1.00 vMB 9
597,156 597,156 00000000000000000001c389117cd13dac8509cd6d1450663be866564ebc57f5 3,474 1.00/1.00 vMB 19
597,155 597,155 0000000000000000000309d955b7e386c751e0e79baa156852dcab1733d4f94b 3,447 1.00/1.00 vMB 26
597,154 597,154 0000000000000000001019feda5b4c7499f222bdb6475a3d76a9cda8c4302172 2,211 0.61/1.00 vMB 2
597,153 597,153 000000000000000000010cf19e9eadfda397b52804d3f53b0634411554a0ebf5 3,247 1.00/1.00 vMB 27
597,152 597,152 00000000000000000011d0ad046d657f9e47825e95268876c6375daa8fd486c8 2,572 0.67/1.00 vMB 17
597,151 597,151 0000000000000000000aba663b6b1711947336404190b01070f788c83cb5f4cd 1,779 0.77/1.00 vMB 13
597,150 597,150 000000000000000000083877e63f487c8cbaf0507d460122432aa01cd6e2fd3d 2,254 0.61/1.00 vMB 15
597,149 597,149 00000000000000000008816db76c524b05538b728ec9ef0fc582175c79ba499a 2,310 0.66/1.00 vMB 18
597,148 597,148 0000000000000000000a30193974fbdf17ff340523555fa2b8b9199c04d8eace 2,667 0.91/1.00 vMB 11
597,147 597,147 0000000000000000000e91d67b27a38b6660b6bfe78c54789cc3f7a9100c65da 3,526 1.00/1.00 vMB 19
597,146 597,146 0000000000000000001045121044ba130acf819816bcaea3fea03ae3a6f3c6ec 3,083 1.00/1.00 vMB 8
597,145 597,145 00000000000000000001c25da8e4ac78ad2de4c3faa359f618fe67cfb2ddd5eb 2,681 1.00/1.00 vMB 22
597,144 597,144 0000000000000000000417edfb91bf31a65cda1b730658d407ea8413d4c2d379 3,227 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.33 GB
    • Received: 16.20 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.