Loading Tool

Explorer IconExplorer

Memory Pool

44,134 transactions
28.40 vMB
0.11861881 BTC
Random Selection Loading Transactions
Max Size: 147.60/200 MB

Candidate Block

Mining Attempt d1cc2d1c75570eb2f298298a050edd2f77096fc93a2cf4b5b342176458f0f3f2
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root b655eb76c06d253f375652bb8832dff2f973cbd309f2d662920164ced7307081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03199150 BTC
Feerates: 39.16 > 3.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (800,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,342 114,342 00000000000038f85ffcc4736c614cee29c8ee0d8369618d9671b6ad5f50259e 2 0.00/1.00 vMB 3,875
114,341 114,341 00000000000099fc0aabd41ef23a4e60da7519d03a4057e3414de251244e5bad 11 0.00/1.00 vMB 0
114,340 114,340 0000000000000ab6f760994578bd8112895cc004a86ea570c7584a92bc00f164 1 0.00/1.00 vMB 0
114,339 114,339 00000000000097ccfcf2e41e42d72bc63a50c8609400de984669b929c0b32ccd 402 0.10/1.00 vMB 0
114,338 114,338 000000000000adbb9bf525834ebf4c200aefd82226c4fc0b7ad14251c4a979bd 1 0.00/1.00 vMB 0
114,337 114,337 0000000000005e87ca8907aa89e6e70829000e73fab9df60c391c2eb6c72da6d 14 0.00/1.00 vMB 0
114,336 114,336 000000000000ab316f00620364a9ceb234767f27f3502dd24f5e99559d876c0f 7 0.00/1.00 vMB 0
114,335 114,335 0000000000000006acb7899a26faa6290030e25ae41c8b3f62d69809994b89d8 8 0.00/1.00 vMB 0
114,334 114,334 0000000000007637ea6eae98dfc25c66e7b8604d5878d04664cdffde67ded0c9 190 0.05/1.00 vMB 21
114,333 114,333 000000000000308b5ad5a2e9c06e40d8b2e22915c8c56c6a406548e9180aa566 10 0.00/1.00 vMB 0
114,332 114,332 0000000000009bc3a829d5e6ac136bfc7cea2e0c1374c394e73c7eaf0dcc2143 2 0.00/1.00 vMB 3,861
114,331 114,331 0000000000006b3f7c56f54ca7133891b69c6a96b8c40826ec89c13719710c31 14 0.00/1.00 vMB 997
114,330 114,330 0000000000004270b4783f2bc4d2a4988a7775009226515006a5784c01953f73 22 0.01/1.00 vMB 927
114,329 114,329 0000000000008a324822e82d8637f1fbd3d12fd411a4e526019cc0fa824cb9d3 11 0.00/1.00 vMB 323
114,328 114,328 000000000000b377b247dae82de1199ed3970e210d17144e35bafa4583c38ea8 24 0.01/1.00 vMB 0
114,327 114,327 000000000000b751fde03cc77711d69b554a5247d7647ab4cb114ddb7c4aa6ba 10 0.00/1.00 vMB 0
114,326 114,326 0000000000000e774dae158206c6e6c76e914dc636f1d8aa2dab00586a60169b 9 0.00/1.00 vMB 723
114,325 114,325 0000000000009f9401c1c4d894865c1bcbb90b6bd0aab59051d55d1606196106 8 0.00/1.00 vMB 0
114,324 114,324 000000000000dab361412c29d57183608e64c43fced2af8e26d69424600aa3e5 11 0.00/1.00 vMB 1,276
114,323 114,323 000000000000370e907ed0c66ef4239247d87caf13c57cd4463b24dcfca0f269 7 0.00/1.00 vMB 0
114,322 114,322 00000000000022f1d1a0c077783682eabf9015c7f21fc5335ef848636f3a889e 22 0.01/1.00 vMB 369
Previous 10 blocks ↓
Total Size: 781.88 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.00 GB
    • Received: 12.63 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.