Loading Tool

Explorer IconExplorer

Memory Pool

44,678 transactions
28.48 vMB
0.07961698 BTC
Random Selection Loading Transactions
Max Size: 150.85/200 MB

Candidate Block

Mining Attempt dc5453ebf0e7be849f73c2850837d632a9253a80b3362975746f58916b70a959
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 5eeccd5e02646fb8dbe0107677c468a0b2ae88a14871b887467184628c803e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.02569861 BTC
Feerates: 150.92 > 2.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (426,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,366 488,366 0000000000000000008fb49db6f0b47c9b9c7fdebf837473fe0b9fa74f0d0e54 1,181 1.00/1.00 vMB 12
488,365 488,365 00000000000000000038f8ca37b0fe9c707be2b51170a350c14759a65a2e897f 2,083 1.00/1.00 vMB 51
488,364 488,364 000000000000000000f366939e0272ad6e562c687741d52c13798422b15b5192 2,213 0.98/1.00 vMB 51
488,363 488,363 0000000000000000005ee50b047313ce0a9b1d7207448dbcdbc33cb20b0c5ac5 2,328 1.00/1.00 vMB 109
488,362 488,362 000000000000000000cf6d9cffdbff2da1103e110242983ad09ef9f733b4053c 2,166 1.00/1.00 vMB 85
488,361 488,361 000000000000000000d14b1c9014312226fb8fa6a16f145151300420d0e014cc 2,543 1.00/1.00 vMB 174
488,360 488,360 00000000000000000023e2e47e3d3d7a980944c12ee9e61f5e08734562ab1c7b 1,915 1.00/1.00 vMB 55
488,359 488,359 000000000000000000ad43a94aaaf3210a326bd9b7ce915f980ab7d5ca8014a3 2,689 1.00/1.00 vMB 127
488,358 488,358 0000000000000000002e6d9e1d2488acb8fdb1ce9509771458af0cd36da6f15a 2,322 1.00/1.00 vMB 112
488,357 488,357 0000000000000000001e72ca1d24e300b214eb4f125e3e11ef1e6b798fef4ef4 1,651 1.00/1.00 vMB 84
488,356 488,356 0000000000000000007a03ebb4a3440bba2071e6481eabbef4f7926c7e02d11a 1,530 1.00/1.00 vMB 45
488,355 488,355 00000000000000000051c7d15357dde677006b78890b1494d861338d4de2daf8 1,930 1.00/1.00 vMB 44
488,354 488,354 0000000000000000008efc4dc4a0870e4012274394f992fd30faa9f593ff17d9 2,038 1.00/1.00 vMB 63
488,353 488,353 000000000000000000e4ac659998cee14397c2c802d38b39ff7166e8445f4676 2,187 1.00/1.00 vMB 133
488,352 488,352 00000000000000000037d99e873697df009a6e2b27bd61e65a3cb029f1a6817a 2,281 1.00/1.00 vMB 186
488,351 488,351 00000000000000000028a068407b9a48895a483097f57537e6fd538c8e7a5024 2,347 1.00/1.00 vMB 54
488,350 488,350 000000000000000000e4110473e4ecd857c25a2801fe8584b60e7294017fd5f4 2,061 0.96/1.00 vMB 59
488,349 488,349 00000000000000000026a6948d5b80e4209303d7648ad315c042d99ebc3e5ffa 2,341 1.00/1.00 vMB 123
488,348 488,348 0000000000000000003bff4b9e5ddab356f142500a37c2a22b03d37c173aea0b 2,154 1.00/1.00 vMB 165
488,347 488,347 00000000000000000031b1b9a026fbab65e70ec0233bfad3a9a332d1511547d1 2,529 1.00/1.00 vMB 162
488,346 488,346 0000000000000000008414997d11939d2fbb4bab4c076cb102c996541157ce83 2,855 0.98/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.