Loading Tool

Explorer IconExplorer

Memory Pool

82,234 transactions
31.36 vMB
0.08725332 BTC
Random Selection Loading Transactions
Max Size: 190.53/200 MB

Candidate Block

Mining Attempt 5422f1b1125e49e2164ad8c846a5b852501e7f43923073d1ab3ac6c8de5b3f3a
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 8ef2a06a56c6e68f01b6cf4bdd64e57d96845c49cee56e304108254a584aae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01924794 BTC
Feerates: 73.20 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (49,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,174 866,174 0000000000000000000297839e436a6b3181ab5c4e987ece22e71f72d4ee34aa 2,544 1.00/1.00 vMB 12
866,173 866,173 000000000000000000011a3de16dcf58644a3b3cd6efdbe2ee2413608b4c00a7 2,781 1.00/1.00 vMB 11
866,172 866,172 00000000000000000002571dc2212bf3064c9a17217d86745f606645369a3595 3,295 1.00/1.00 vMB 45
866,171 866,171 00000000000000000000d2d60b66c4cb35408f15a68c0fedfa9a935732d435a1 3,138 1.00/1.00 vMB 29
866,170 866,170 00000000000000000002a9c8ad501782bc44a02ebc954f20bf1a0e22e64fa50f 2,497 1.00/1.00 vMB 5
866,169 866,169 00000000000000000001b076945262139cba9c2e620e43ba2d8035e41e51c1a0 3,459 1.00/1.00 vMB 26
866,168 866,168 00000000000000000001f2a42c2f5eb701d2f1022af6da12172d4075160f46b4 3,533 1.00/1.00 vMB 11
866,167 866,167 000000000000000000017f9c51de5a1a6a705a8a7b6d064bbbdbd7d8fa9a01fb 2,525 1.00/1.00 vMB 9
866,166 866,166 00000000000000000001dadc71a2191c0f209289b40bd1c4e37018a57c96e497 3,185 1.00/1.00 vMB 23
866,165 866,165 000000000000000000000218e3a469265285e2135214450887e801544625560b 2,795 1.00/1.00 vMB 14
866,164 866,164 00000000000000000002e790636e9e6a97732f7155610dd223f4416b4600d04d 1,288 1.00/1.00 vMB 10
866,163 866,163 00000000000000000000ae6993fdcd354eb0354f21cf871b2ddb89423111b705 1 0.00/1.00 vMB 0
866,162 866,162 00000000000000000000b3f61e8add7c1430fcb23cb1dd56a869413805328ed8 2,263 1.00/1.00 vMB 10
866,161 866,161 0000000000000000000270f7e0762b164a432997994ed2c9f97ef453756d1d5c 3,043 1.00/1.00 vMB 27
866,160 866,160 000000000000000000008dc8204b007b6611410fb5f831bbc0e9fde79582b480 3,074 1.00/1.00 vMB 22
866,159 866,159 00000000000000000002e613bdafb06c936715f1775b7807365492546230266f 3,817 1.00/1.00 vMB 12
866,158 866,158 00000000000000000002db37f42f7e63d59289c12eda766ae8eafd188464e5b4 4,909 1.00/1.00 vMB 29
866,157 866,157 0000000000000000000298627225a6ed2bbff2a67268dbd6a3d2cf5321f585bd 5,062 1.00/1.00 vMB 15
866,156 866,156 000000000000000000010641b678aa0f2a3e9c8e60d27e3cd12b84ddb1d307cf 4,538 1.00/1.00 vMB 41
866,155 866,155 00000000000000000000a17ddc52fcf77396fa1cbce95d6215c9dcaa03023990 5,230 1.00/1.00 vMB 25
866,154 866,154 0000000000000000000301a50c82aa137dc474e347daf76fcc1b7c06c28cc640 6,196 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.