Loading Tool

Explorer IconExplorer

Memory Pool

34,929 transactions
28.54 vMB
0.07638455 BTC
Random Selection Loading Transactions
Max Size: 141.84/200 MB

Candidate Block

Mining Attempt b1efc2c21a9f5b41ee4ae1e43f0e22c8d0938c65dcd548d7c955c733b2ba1ba7
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 6bc0e82aaf61ff7a5439afbe00dd722f24806e4fd5714f5a20f68517f45005de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,417
Size: 1.00 vMB
Total Fees: 0.02097197 BTC
Feerates: 101.65 > 2.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (82,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,825 831,825 000000000000000000005c1e7271e3165cb28bfdc7b42328187e1fc3ee8b2243 4,110 1.00/1.00 vMB 21
831,824 831,824 00000000000000000001168bc5d1180b8a5281b3d32f444d8ea89b8ead7ff926 3,469 1.00/1.00 vMB 23
831,823 831,823 0000000000000000000159cea4e78229ccffab8ecfa94354729ee2b0c52b7a3f 1,572 1.00/1.00 vMB 12
831,822 831,822 0000000000000000000073ba2e8904b107ab159f8bebec6757ea5b7ab0966047 3,560 1.00/1.00 vMB 15
831,821 831,821 0000000000000000000226c38a2ef87df9b0501583907c49708d0ed66482632f 3,696 1.00/1.00 vMB 15
831,820 831,820 000000000000000000032157b28c8156986b794cbc8d7a3daf3e776ca2b6c2ea 3,383 1.00/1.00 vMB 21
831,819 831,819 0000000000000000000251c16608128a279c79be931261b9473c6364cecda941 3,883 1.00/1.00 vMB 18
831,818 831,818 000000000000000000014eb6e8c4b6a6ca56a404c33f5646322b9aeacfdf2ea3 1,095 1.00/1.00 vMB 11
831,817 831,817 00000000000000000001bb4b9bc200eea87d553604a04f5fb4c0dbbafcaf226f 2,981 1.00/1.00 vMB 17
831,816 831,816 00000000000000000001f235bd0700c0387c089881ff66c3039a1c3ce20b0d02 3,294 1.00/1.00 vMB 14
831,815 831,815 000000000000000000022d403cad2ce3c750ebce52a61d94b05068e7c0bf31c4 3,579 1.00/1.00 vMB 21
831,814 831,814 000000000000000000029903ef1965c90ecbb478eda5efba779cfc19cd94b6f9 2,707 1.00/1.00 vMB 16
831,813 831,813 000000000000000000005c0c248a11b4e3133d3c9c1c71f3aca5796278c2b303 1,706 1.00/1.00 vMB 10
831,812 831,812 000000000000000000018c3a497b1d17e993726840c0d1e5395a6aa02638fdc9 3,570 1.00/1.00 vMB 18
831,811 831,811 000000000000000000026a9fa686b345ad8d940a0e28bc48f47706e095ab937d 569 1.00/1.00 vMB 10
831,810 831,810 000000000000000000014a04093691e3958876f95fabb4c5e8d3367ed98375e7 2,093 1.00/1.00 vMB 11
831,809 831,809 000000000000000000006dc57f9fd5cb659faf733fdc92004979ccd2b6a946e0 2,953 1.00/1.00 vMB 16
831,808 831,808 000000000000000000003918bb4dca202d25e27dd2fdd908fb39c23f2aaabad8 2,276 1.00/1.00 vMB 15
831,807 831,807 000000000000000000020762db2c19c66bbea8a4d7a790c26e7abc3616cb600b 2,787 1.00/1.00 vMB 16
831,806 831,806 0000000000000000000082cadc21e5c1f8d18795453ffaf4f9834e1c05a89a06 681 1.00/1.00 vMB 11
831,805 831,805 000000000000000000034b58c3d09bdb37938610c00b297418eee220caef6d21 1,636 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.54 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: 617.05 GB
    • Received: 11.18 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.