Loading Tool

Explorer IconExplorer

Memory Pool

39,527 transactions
27.30 vMB
0.12048455 BTC
Random Selection Loading Transactions
Max Size: 138.86/200 MB

Candidate Block

Mining Attempt a1da43f28fa208eccd7b62818737a2a55b61627a90175a3e1e419f870d96a768
Version 20000000
Previous Block 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804
Merkle Root 1027d5770bf7bd7427dd5db25a48f0eb8b17b8e6929fd45d686a3999660c61f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,233
Size: 1.00 vMB
Total Fees: 0.05466250 BTC
Feerates: 550.63 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,209 (796,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,908 117,908 000000000000c7c99720983d768a570310f1726ff252313b525f2f7cded94467 7 0.00/1.00 vMB 215
117,907 117,907 0000000000009a7e60d834e246776ef11cbb4023d1ec750b8a7c281a74e372ff 12 0.00/1.00 vMB 1,051
117,906 117,906 00000000000043efc5f292f00ec4730c052bc8bf11bb25eb18551d755e7d7e0b 1 0.00/1.00 vMB 0
117,905 117,905 000000000000204ce76cc8f9eeec0728b59fd7642f50dca292927993d7256443 10 0.00/1.00 vMB 0
117,904 117,904 00000000000064febfc99df514342cea6bec5050515449ea849d47ab34fbb3b6 9 0.00/1.00 vMB 699
117,903 117,903 00000000000041d45454d09569f57bf6040f8924ad93f897789a8e79f22058ef 6 0.00/1.00 vMB 0
117,902 117,902 00000000000091a63c69b440ae7461b109dbbce4559af7e49c11bc2ae4198277 5 0.00/1.00 vMB 0
117,901 117,901 000000000000490468ec8a8d14dbeb8c07c3061fc7ffcf949ac1c02d18d4d507 14 0.01/1.00 vMB 1,736
117,900 117,900 00000000000011de44f5c1f660e0347aa0fe3a57f4500f8da487e45c5b52a35e 20 0.01/1.00 vMB 1,948
117,899 117,899 000000000000b1c24ee74be617e65bdd3de9ed8ce0d30484d78a5e34f26c1ff5 17 0.00/1.00 vMB 1,432
117,898 117,898 00000000000090ed6794c231b3f788b42849f2fbd506df6ea1ebd8ed53b642e8 8 0.00/1.00 vMB 629
117,897 117,897 00000000000085a0e4cb258ea1f6a92fc17b7944d54d5be152ffccbd2f9932f2 9 0.00/1.00 vMB 810
117,896 117,896 00000000000043a3c30d1323ae6e7a52bcb253280087985d72458cee3ce179ce 12 0.00/1.00 vMB 1,099
117,895 117,895 000000000000bde812bd35b4f3a97dc248fb12a4c1ed71e4dfff9abc3b64f5df 32 0.01/1.00 vMB 616
117,894 117,894 000000000000c3aaa37b3fb004c471e90face213e55a7d147e9a7c2b55405930 13 0.00/1.00 vMB 676
117,893 117,893 00000000000036b5b3899f4f3a6eff8c416eed1aaa12168ebc2550e0316fc561 11 0.00/1.00 vMB 1,149
117,892 117,892 000000000000bc271cc1b2db7b38208c45748a0879bdac33e8ef3ab1c8e678fb 1 0.00/1.00 vMB 0
117,891 117,891 00000000000016ca31517d2aee773167ddab0ecf4d5b3feca60ec0419c3b82dc 11 0.00/1.00 vMB 0
117,890 117,890 00000000000095938d4afe2f97338249b7f6eea99f8fef2e016ef51ff86356b6 18 0.01/1.00 vMB 457
117,889 117,889 00000000000064d93e11984a164c28f1367d10b404f95661005cd21b3f1e6b1c 1 0.00/1.00 vMB 0
117,888 117,888 000000000000502fc690cd8eb2ea1fbb330a930cd7540b0b6810e5ed9f7cd7d7 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 574.02 GB
    • Received: 8.13 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.