Loading Tool

Explorer IconExplorer

Memory Pool

78,671 transactions
29.52 vMB
0.07221993 BTC
Random Selection Loading Transactions
Max Size: 177.41/200 MB

Candidate Block

Mining Attempt e5fcfbec911c9aa7c3e960c9456a898d60da72d87353f55ea11ef3cdc3d0ba81
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root e5db285a0b9ede1617957c5b33742ad231b8573b3b7336e5f5fa7eff239062c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,590
Size: 1.00 vMB
Total Fees: 0.01229601 BTC
Feerates: 101.61 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (125,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,919 789,919 00000000000000000003bb193b91077b29edaa3b282a5dc26ba383c197b29a16 3,573 1.00/1.00 vMB 106
789,918 789,918 00000000000000000003eb37834407d9326fe4fbedf62b501f796a8898c76c9f 3,929 1.00/1.00 vMB 21
789,917 789,917 0000000000000000000104bafc836d9a34ae8979e2029058cb3a110c32e2a157 3,454 1.00/1.00 vMB 36
789,916 789,916 00000000000000000002a4d89d677b512c92811afa775ddd6c6a915ca5e485f4 4,357 1.00/1.00 vMB 32
789,915 789,915 000000000000000000004c3f2c5efc87c9c22ed57d187e264abda60abf33b1b5 4,323 1.00/1.00 vMB 63
789,914 789,914 0000000000000000000165852447f01ba27459a507cc3f4cc23a4ce1e76d40f1 3,785 1.00/1.00 vMB 83
789,913 789,913 00000000000000000002d7d7f335dc9750227bfed65537a376306ef01ca0ba45 3,953 1.00/1.00 vMB 56
789,912 789,912 00000000000000000000fc9a61cb5e9e15441f0f0c652614e87851965a15f98d 2,025 1.00/1.00 vMB 67
789,911 789,911 000000000000000000013bf740fa6d1615da094c407366c1c7eb9665c3836de0 3,139 1.00/1.00 vMB 115
789,910 789,910 00000000000000000002e4b7ca2a778c2b401b8469b2000af0b14b9d9b4cceb8 2,874 1.00/1.00 vMB 168
789,909 789,909 00000000000000000000daed4df3d61118926190557a0665e272e75f0261debf 2,443 1.00/1.00 vMB 30
789,908 789,908 0000000000000000000119fa2729877e4070670bed8329f3e22f8bee111283a2 2,728 1.00/1.00 vMB 56
789,907 789,907 00000000000000000003626dc2468d0c8132ca6e9cb27d372f14813a403feee9 2,083 1.00/1.00 vMB 82
789,906 789,906 0000000000000000000513a1171596e6694df66bf6f05dbf27912102e9b5d1b7 1,805 1.00/1.00 vMB 99
789,905 789,905 000000000000000000009834551054809807a606340e6bf3e33667bd15e75a49 2,618 1.00/1.00 vMB 126
789,904 789,904 00000000000000000004bcd866eb2a9dffc1329981ffc4c31c0a5d3726ce39cf 1,587 1.00/1.00 vMB 187
789,903 789,903 00000000000000000003a923ef1d26623ac4c9237e65b3f97016ab2e6d4023b2 2,551 1.00/1.00 vMB 133
789,902 789,902 0000000000000000000303132eff3e218923db22ed8715e914af99a9fc73ac68 3,247 1.00/1.00 vMB 36
789,901 789,901 0000000000000000000461d6ad9b3b1ca2d174231eeb334dfd902b25439600ee 3,224 1.00/1.00 vMB 109
789,900 789,900 00000000000000000001337294f075f0e7cfc30dc3202c0d10c8b6ee0d4617a5 3,701 1.00/1.00 vMB 31
789,899 789,899 000000000000000000042b31b71c382f0f49acf8541c7c81d21c6c10a34c567b 3,227 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.