Loading Tool

Explorer IconExplorer

Memory Pool

82,476 transactions
30.91 vMB
0.10600851 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt e28fc662209dd68d28595481b6257f8214fc987a0b4b7ded9d3969149d36bd0e
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root bb01cbca4c7f9973aa6fa112ba5a52d62a058eb0658cdeb8e3a473b333b50f0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,977
Size: 1.00 vMB
Total Fees: 0.03650074 BTC
Feerates: 163.06 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (459,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,913 455,913 00000000000000000241e83f9c6f582e3e79681eca22bc3fbec73eaa1e41a7ab 1,911 1.00/1.00 vMB 199
455,912 455,912 0000000000000000010acdfca34d6081de028e17dcfe8e0bd6735397f04940ec 1,536 1.00/1.00 vMB 213
455,911 455,911 000000000000000000778aa6d002f91194b8e9be170938fac793b9706dda144e 2,431 1.00/1.00 vMB 150
455,910 455,910 0000000000000000011dadd9c2165cefcff67e970ffc7405d776039b5e3db688 2,541 1.00/1.00 vMB 216
455,909 455,909 0000000000000000016bfcc9f9bddd755730cba2a9ac28e02daaf3ba527a6d00 2,269 1.00/1.00 vMB 136
455,908 455,908 000000000000000000ad8b5ad7d1f4e42b6cad5ba70acf97ace85918d36d4a2b 2,081 1.00/1.00 vMB 229
455,907 455,907 00000000000000000055fcd3aec395fcab01c3487f065b158945b7c0ef02429f 2,293 1.00/1.00 vMB 172
455,906 455,906 000000000000000000d85e5200928aa742d34e7519f6ec7f12cf4b9972326f15 1,630 1.00/1.00 vMB 245
455,905 455,905 000000000000000000076c579461fb796d58ffbdb4297ab0447392c419f3e729 1,189 1.00/1.00 vMB 103
455,904 455,904 0000000000000000005204acbfd423d4b2b5dfd740780f50dc26e72f8cc65b3e 1,835 1.00/1.00 vMB 128
455,903 455,903 000000000000000001dc3d431901bb0d8e544c0fcc1e9d36e4adde00e3df90ba 896 1.00/1.00 vMB 90
455,902 455,902 0000000000000000008a72ffce3087d4a4c6542dc61c6940fc55391949917092 1,436 1.00/1.00 vMB 110
455,901 455,901 00000000000000000240e04e58fa3eaff8025bea95388b4f47b14d4fc68313ba 2,294 1.00/1.00 vMB 111
455,900 455,900 000000000000000001390f3a15c7bd45283f6030bce3b39e1773738bc1255fa6 2,235 1.00/1.00 vMB 164
455,899 455,899 0000000000000000007292659f5e0982bcd77466d59634b18fdbdd65aa2d1ff1 2,513 1.00/1.00 vMB 202
455,898 455,898 0000000000000000020472596a2d6659ef0dcbbda96b7982d7f2fd743b3ba240 2,597 1.00/1.00 vMB 184
455,897 455,897 000000000000000000c3c7ad8764cedd5625c49319038853f80547b69817af44 1,298 1.00/1.00 vMB 104
455,896 455,896 00000000000000000149fce5dfb6b9236a85a9764fff1d533433b9deae3c3309 1,094 1.00/1.00 vMB 95
455,895 455,895 00000000000000000214d674e24286cc452a5036001f71d7d8cd3eaa20a2c2a5 1,748 1.00/1.00 vMB 134
455,894 455,894 0000000000000000019cd894d06ef4bdd59852533085e66f0abd99132542046b 1,268 1.00/1.00 vMB 102
455,893 455,893 0000000000000000020f5293aab60ce2e2cd5cc3c0ffcfb84eec4d659758772c 1,905 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 782.69 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: 694.83 GB
    • Received: 16.51 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.