Loading Tool

Explorer IconExplorer

Memory Pool

74,433 transactions
28.26 vMB
0.07200117 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt 2ce394452d1563b3e70e096df20b0a575b6e27e8387625b99eb6e4ce00e4b799
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root d9a8e775d9912216deef61f2caf690d0a3f0a1cd3b739c5ad4788ac55ae29e2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,171
Size: 1.00 vMB
Total Fees: 0.01098579 BTC
Feerates: 150.77 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (105,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,329 809,329 000000000000000000034e4c12476819fcd5daf647ad39ee81fe87d930ead85f 2,422 1.00/1.00 vMB 36
809,328 809,328 00000000000000000000dae7d47a8855974ce5f90d8375359c3cf44ab904e2f7 1,805 1.00/1.00 vMB 16
809,327 809,327 000000000000000000010a64db053ca66bcb3c8a8b728b4aa78de07075f3d97d 1,792 1.00/1.00 vMB 18
809,326 809,326 00000000000000000002794e103f1d5805fbff2c2b410b97dbfc5bf8fa198625 1,975 1.00/1.00 vMB 18
809,325 809,325 00000000000000000002643218976f6d1f5c2f1a623b48b65254c5cd49ff0818 848 1.00/1.00 vMB 12
809,324 809,324 00000000000000000001252d7d463afd34030ceb9f11acf4ede9343c3fd73a42 1,199 1.00/1.00 vMB 16
809,323 809,323 00000000000000000003edb45a3f22a39e23096d3e560ff7e39967f3454ac224 1,559 1.00/1.00 vMB 16
809,322 809,322 000000000000000000038288c4fac9cb9abb1b21999ceca1654e530521b8e7b2 2,602 1.00/1.00 vMB 28
809,321 809,321 00000000000000000002d2351d8570d415a77e52417f50e862fa1b18ecf99609 2,130 1.00/1.00 vMB 26
809,320 809,320 000000000000000000011bab56132768faf2cfd0de50e47938842fa797720bae 1,926 1.00/1.00 vMB 20
809,319 809,319 00000000000000000001422c842eb29525afe003b42e90f3840a835386b8b528 1,638 1.00/1.00 vMB 18
809,318 809,318 0000000000000000000426eb99c3b177781a42b18dea7b0acfa8f0de0d8da0f7 3,004 1.00/1.00 vMB 37
809,317 809,317 0000000000000000000496485dd9af0c681b539b47ac83192fc34c88b45366d8 1,732 1.00/1.00 vMB 17
809,316 809,316 00000000000000000000ddc25ef476622ec332ce5eacf2e41d5e0892fb2fcfce 1,928 1.00/1.00 vMB 23
809,315 809,315 000000000000000000024040226e405628f731e63332646937b96aefac37ef33 1,662 1.00/1.00 vMB 19
809,314 809,314 00000000000000000001db1e057c38a11516e12fb0856b5abfbedac14119ea15 1,892 1.00/1.00 vMB 24
809,313 809,313 00000000000000000001d182e910e087b0d8852b8bf48cfb3ff0641e9ec9f767 1,324 1.00/1.00 vMB 15
809,312 809,312 00000000000000000003e23600c08dbd9b2da3c612056f74b77945d810c15d12 3,321 1.00/1.00 vMB 28
809,311 809,311 0000000000000000000237af38d61b45c40c72c0e0e343e62ed29f794b107126 2,560 1.00/1.00 vMB 30
809,310 809,310 00000000000000000002c301b92d96288b72295c39e5f248dafdf62ec5aa149b 104 1.00/1.00 vMB 30
809,309 809,309 00000000000000000000660eaa88d0810f324ec938dde93abf197830d875a65b 1,300 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.82 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: 711.22 GB
    • Received: 17.10 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.