Loading Tool

Explorer IconExplorer

Memory Pool

81,287 transactions
30.94 vMB
0.08922639 BTC
Random Selection Loading Transactions
Max Size: 187.81/200 MB

Candidate Block

Mining Attempt a935c8534be62f74a71f955b7c9f1a8730032d1e24f1b5a97527c8e499409a09
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 35c2553d5779e35f3da171bf064d1abe1f7285f72833d19a665c44e08480f356
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.02273854 BTC
Feerates: 351.58 > 2.28 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (134,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,912 780,912 00000000000000000000be9fb5d5936686487e7b96e83414b337eedf9bea3b66 1,515 1.00/1.00 vMB 12
780,911 780,911 000000000000000000026eb0e83d9d6f9995f2be4a24a5cdbf19ab0ab877d29c 1,677 1.00/1.00 vMB 10
780,910 780,910 00000000000000000004b23cfb5480eee50c653461dabbd70fc80a9e0132f9ed 3,744 1.00/1.00 vMB 23
780,909 780,909 00000000000000000005a9c89de772504ef52666b87565fe77508665e7fbdd9d 3,072 1.00/1.00 vMB 13
780,908 780,908 00000000000000000002464d6d4ec09f9a9c7ffd127a83c3c6b90c4d5075e0ca 1,885 1.00/1.00 vMB 18
780,907 780,907 00000000000000000004d8d06895b303ce57ebdb6a470550dfa3cf809c749404 3,720 1.00/1.00 vMB 30
780,906 780,906 0000000000000000000164c8d5987db6eb43ff4d9ff34e6b020d19bd9d2ee8a1 1,884 1.00/1.00 vMB 20
780,905 780,905 0000000000000000000398461d35290cc48ecbb3301eb6f6d476050b974c382b 3,824 1.00/1.00 vMB 36
780,904 780,904 00000000000000000003cd58d1c0b3df35e08b6185bfded0ab70dd2e7645a43e 3,839 1.00/1.00 vMB 35
780,903 780,903 000000000000000000023c142380e9deedfff415b04f2b5fc6909ec84f07b010 2,348 1.00/1.00 vMB 37
780,902 780,902 0000000000000000000562f8ace236487808f48fe6d36ed5b3d1954436cb5930 2,957 1.00/1.00 vMB 22
780,901 780,901 000000000000000000062365f21f565d365c3f9e0cfe755a069c575ad43557b5 3,488 1.00/1.00 vMB 31
780,900 780,900 00000000000000000000808430ad3028578971e5b127537d01239aadad8ea606 1,489 1.00/1.00 vMB 62
780,899 780,899 0000000000000000000159953c531e89299855267f517b615785bfc4fe581062 3,421 1.00/1.00 vMB 30
780,898 780,898 00000000000000000002d4e1cd7951a6544303326bb8e92ceb7e743d1d7d115d 508 1.00/1.00 vMB 5
780,897 780,897 00000000000000000002feae3267b304f1da067fe508c4fa9eb292f8b41d8926 2,187 1.00/1.00 vMB 12
780,896 780,896 0000000000000000000352acecdaba4712b84b58fd7406a96d36921d45139e0e 3,071 1.00/1.00 vMB 6
780,895 780,895 00000000000000000003fcfce2a499aefeb237d3616137fd551df78b7b75649a 3,598 1.00/1.00 vMB 6
780,894 780,894 000000000000000000064e58bfc59fd3b90c5eea12f5b2e6c321cb7c03397246 1 0.00/1.00 vMB 0
780,893 780,893 00000000000000000001c458ff05b31681d1f23d46a4fc4af12bec88cfcd54c4 3,660 1.00/1.00 vMB 7
780,892 780,892 00000000000000000004b372e10bae6f6fde66f22e2cbd2ec3f78db51c1e94c4 2,836 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.