Loading Tool

Explorer IconExplorer

Memory Pool

74,968 transactions
27.78 vMB
0.07722964 BTC
Random Selection Loading Transactions
Max Size: 169.20/200 MB

Candidate Block

Mining Attempt 8a4f24ea8b82461d2657360b1e2641764e6e391390be237eb93ba7f378dbc45a
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root a959a2a8925588e20b106cfd979a5c7f570b26f62ee81958423d76ca6f859897
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.01754039 BTC
Feerates: 480.19 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (459,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
455,892 455,892 000000000000000001d2bf9e1987d92c3236df6d819cf8cfd1ee10de0dfe08af 797 1.00/1.00 vMB 81
455,891 455,891 00000000000000000026462be100099c5c87e9cabda92e1640f94285aa167e27 1,185 1.00/1.00 vMB 63
455,890 455,890 00000000000000000170ce4c3ff3bfa40728218bace963712cfd0af9e12a9cc4 2,241 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 782.85 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: 712.56 GB
    • Received: 17.19 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.