Loading Tool

Explorer IconExplorer

Memory Pool

48,301 transactions
23.11 vMB
0.13695502 BTC
Random Selection Loading Transactions
Max Size: 129.37/200 MB

Candidate Block

Mining Attempt 6c024725b7583e48c3c7a016af4811772342679b8e7f8dff29357cec8170255b
Version 20000000
Previous Block 0000000000000000000187815afe94b785578cc47d80c9276cd4af19b8916538
Merkle Root 5bb093f593023c4adabaff5dce37d8f2b73574884c1f050983bcf172cc4259ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.06053576 BTC
Feerates: 165.33 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,094 (882,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,087 32,087 00000000b574d15c470a479874f19ea232b8b26e3ab74201bfa48bfe4e2c3c8d 1 0.00/1.00 vMB 0
32,086 32,086 00000000adfab959a70c842627272d1ab2124d5ced5e2bf4b656da57601096d9 1 0.00/1.00 vMB 0
32,085 32,085 0000000052923169c41e14233e31241129b94c660bb5ac4d83490635a20d8cbf 1 0.00/1.00 vMB 0
32,084 32,084 000000009d8ae5558f22026e2db8596c9260ee5be8f43ef7ac9d635df1479cb9 1 0.00/1.00 vMB 0
32,083 32,083 000000009eb99e536e32e1371143f7fe4a796bd9132859c45f5f11e629616b8a 1 0.00/1.00 vMB 0
32,082 32,082 00000000fd27375c6f8db36455a080c1d544e42eabe714b4b664d4788ab5bac4 1 0.00/1.00 vMB 0
32,081 32,081 00000000d884690da7afe0e5badab49c41ac81b9485388ad33f8736f1a91f957 1 0.00/1.00 vMB 0
32,080 32,080 00000000168df42fe3a0427ac9db1cded5436f3a643d8aa02bf0119bfeaf53c6 1 0.00/1.00 vMB 0
32,079 32,079 00000000e1b208b62dacac01b7a4c4dd3cd5be6ae9fe02fd100b27f546da0ef2 1 0.00/1.00 vMB 0
32,078 32,078 000000009364ffba16d0815de7064ee33d02cd897552e5cbfeb7d1fa6b751a68 1 0.00/1.00 vMB 0
32,077 32,077 00000000bf73b9bbf7ebe87bc4c9bdc0302c12c6f345a86e3714aba60510f463 1 0.00/1.00 vMB 0
32,076 32,076 000000006f042a516f2268787de1aa7c3d56cf4ad27c32f8ddcd8b5be7956184 1 0.00/1.00 vMB 0
32,075 32,075 00000000a9e3612610688909a0cf41f9f2e674f44c3804d1e51f7e719a3407d7 1 0.00/1.00 vMB 0
32,074 32,074 00000000fde7709f575c2576982ed2df2004ddcf5ef33affae9aee0f85ebfc27 1 0.00/1.00 vMB 0
32,073 32,073 000000002aa62b8dec5860ee99a91aa503e8ac43cf3242c89869d344f7202396 1 0.00/1.00 vMB 0
32,072 32,072 00000000a76b8578d6bee4ff48f83e7a14638871a0b98cedee64e1f0f35c86e1 1 0.00/1.00 vMB 0
32,071 32,071 0000000084738e97914a3a326d4e7a789445af235ee8bf7fb6db37cf6b8af391 1 0.00/1.00 vMB 0
32,070 32,070 00000000f7418d332f1418b9dbff4f940af19646436f685084b720f20888cfd5 1 0.00/1.00 vMB 0
32,069 32,069 0000000058592c734f719fb06d0927beccee2d8ae045e1ed1b51be81a2919827 1 0.00/1.00 vMB 0
32,068 32,068 000000006ff887b21625a9e4ce5cef89cfcdee142367b115fd0c1b22579d28b9 1 0.00/1.00 vMB 0
32,067 32,067 00000000d571d8f760ad070f876c3ca80adcc7387a81bb61ba19d1b3f8a3e967 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 558.30 GB
    • Received: 7.11 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.