Loading Tool

Explorer IconExplorer

Memory Pool

78,204 transactions
29.41 vMB
0.07278220 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt 2ce3cf5038e5ff2547e0eb8ffdc3bd5d3c21b8e8626e5aec6202c9f3332c1a78
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 22d6133c4db57a31225aee5bf45732d351df0610e54b64bc952b9db76c6a20dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,022
Size: 1.00 vMB
Total Fees: 0.01112497 BTC
Feerates: 25.13 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (517,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,389 397,389 000000000000000003b72f744956cba6d06f8b2e670c1a263930ff9849017815 1,205 0.75/1.00 vMB 32
397,388 397,388 000000000000000007078376272a20091aaacdb1e8de2e6c89320c44acd81d1d 1,897 0.99/1.00 vMB 27
397,387 397,387 0000000000000000032c634f5805dfbe9de377f491b8b469ceacbc59d4673510 1,415 0.67/1.00 vMB 35
397,386 397,386 0000000000000000021a4a5f8ff3422a6d2c2d75703116f31258b0047c56cae7 1 0.00/1.00 vMB 0
397,385 397,385 0000000000000000001d0a07991c9d9d00362b17a6dc653e94d4052a4597b2db 1,591 0.99/1.00 vMB 29
397,384 397,384 0000000000000000039c639d312216bd4c043814e80cacc8019f0a8c367680be 1,195 0.92/1.00 vMB 21
397,383 397,383 000000000000000005bf7061e07817131727fb7a1c0d19401892711ea9f213e2 1,533 0.90/1.00 vMB 23
397,382 397,382 000000000000000001f89f4a6882ca972e41f1695938245f53c5fb2bc6a1134e 1,546 0.99/1.00 vMB 35
397,381 397,381 000000000000000007036cbaf0b79b731744c4879612a79efa7c7ae5332aeb8b 2,374 0.95/1.00 vMB 46
397,380 397,380 000000000000000004577c52c43b8f4780ea03952fb350ceefbff245f488a627 2,177 0.95/1.00 vMB 34
397,379 397,379 00000000000000000084f4278344bd0651002691a35b6418f271d9b31d0a453c 2,921 1.00/1.00 vMB 50
397,378 397,378 000000000000000005857e38e35b9d9657290d3d6787a2d64b2f1cd2fdf362fa 1 0.00/1.00 vMB 0
397,377 397,377 0000000000000000002505ac32207b7f4250e27fb416ea3a0e28e4e70fd5c3cc 434 0.26/1.00 vMB 31
397,376 397,376 0000000000000000065926ab523a98b0c5f0ffd2837879e502f061756e6bb7f1 1,122 0.95/1.00 vMB 18
397,375 397,375 000000000000000002916c67a11379896a29726aa90c9e236da24c431b768d95 2,298 0.95/1.00 vMB 39
397,374 397,374 000000000000000005041381c50f6d4b8f89387b61f18968b33e7e49191dd0ed 1 0.00/1.00 vMB 0
397,373 397,373 00000000000000000565bddbb63dd0f4092e57922fd66e8bf8cdfee9938eefe5 936 1.00/1.00 vMB 17
397,372 397,372 0000000000000000053ce8d8074e925c5577d7f24eca6673a36e0007945a782c 2,398 0.95/1.00 vMB 43
397,371 397,371 000000000000000005b064202de960a2cd3b496561f0c53e7937aa206993ee94 2,158 0.93/1.00 vMB 40
397,370 397,370 000000000000000003a5736330b6d7848eae87f722b94dacf9278a3202e34d88 766 0.95/1.00 vMB 15
397,369 397,369 00000000000000000165ef65bef56bf37a4a6ce61cdaa805063e8043b76f4caa 1,400 0.95/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.