Loading Tool

Explorer IconExplorer

Memory Pool

86,078 transactions
32.00 vMB
0.12653824 BTC
Random Selection Loading Transactions
Max Size: 196.12/200 MB

Candidate Block

Mining Attempt 64e9149f6eeb4b78d6d10dc12d411c09b2ae1bffc02c43fecdb75c80900266ec
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 226cda07488c9846bf53514d4ea58b1dad86f7b545eb728f42b9f34666811006
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,087
Size: 1.00 vMB
Total Fees: 0.04646099 BTC
Feerates: 301.57 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (794,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,272 120,272 000000000000354098d44026f42e02db9d173c91fe19562e50531f1258f530b7 80 0.02/1.00 vMB 93
120,271 120,271 0000000000007c735b9e6ee0e36f12520009afbc74495d7af7c12adaecc8f335 12 0.00/1.00 vMB 342
120,270 120,270 0000000000001a26ea99d6c9f109277d927dc8db5de37f37d93c39354cdd8fc7 8 0.00/1.00 vMB 0
120,269 120,269 000000000000082a1b2ce03f5f047f52f8d6a9e80f484ecb5aeba69e05146cb1 11 0.00/1.00 vMB 1,253
120,268 120,268 000000000000464eded5826481f039b1db2e940241c5a398e045570e50f637fd 9 0.00/1.00 vMB 0
120,267 120,267 000000000000933427afe29d8746ab9fc56ef760c255eca8047e6471bc3b722a 13 0.00/1.00 vMB 0
120,266 120,266 000000000000ad56e7054f563fbd51c097d5b3f24f9c0eff100665dd080a354a 6 0.00/1.00 vMB 1,002
120,265 120,265 00000000000074c18cf8deb32752f2b479790649aebdbdc196bbdc22122a0732 9 0.00/1.00 vMB 0
120,264 120,264 000000000000b10af49182429941a6067f97150156f4ea5b6220cc91f05d96b1 12 0.00/1.00 vMB 1,004
120,263 120,263 000000000000949ad489143cbb31395bce192f487857c7913ad69a608061fe4a 11 0.00/1.00 vMB 721
120,262 120,262 000000000000686c23bd5905f5863c54363d93d5479b481ded3a78b30d28fb28 2 0.00/1.00 vMB 0
120,261 120,261 000000000000681bce20fa7e7c24f78f47bc9d37a1fcba0b7538f9a599063047 2 0.00/1.00 vMB 0
120,260 120,260 0000000000005564e83d4376792e1cee417dbcd4f8bda47e6fcb657a1e38f037 3 0.00/1.00 vMB 3,030
120,259 120,259 00000000000008e6a1cbe386fc9b7f06db27f502188f26223e31f0c3d0e31d9d 129 0.04/1.00 vMB 217
120,258 120,258 00000000000035a080bdb81f164b71798a3679d7a48c5b7e058c9ff931e5e3d5 9 0.00/1.00 vMB 837
120,257 120,257 000000000000322d7391aaf371fae0d3881f675e24de773e36bc135968e7b0d4 5 0.00/1.00 vMB 0
120,256 120,256 0000000000007938fddf86a809fe6fea4958f2484e5c8c50ee84eb35bcacc784 9 0.00/1.00 vMB 349
120,255 120,255 00000000000075f9aa6710b66769e0d39dee44dc64c342facd64c6d6a1fb5b0d 13 0.00/1.00 vMB 749
120,254 120,254 0000000000008c49622c6833aded18b5cab77696a98041734390c7a30fecd64d 32 0.01/1.00 vMB 182
120,253 120,253 000000000000a795d9e6d3942ebda01f9794693413d08f63635fa2ec1b9c01ad 5 0.00/1.00 vMB 810
120,252 120,252 000000000000767c7cc133f32cfff5f8f3e39511f72d4e7b404b5598602a7792 9 0.00/1.00 vMB 1,020
Previous 10 blocks ↓
Total Size: 782.78 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: 709.60 GB
    • Received: 16.93 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.