Loading Tool

Explorer IconExplorer

Memory Pool

81,838 transactions
29.95 vMB
0.14568373 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt cafc2177f6f648a25f385dd8f5e7b694b184b97fb038322b83f0081cecff5f40
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root ef519e15899d7d8e5d3a7ca7923d8e2110609e8209184dea2649196c254bcdbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,781
Size: 1.00 vMB
Total Fees: 0.07676305 BTC
Feerates: 101.65 > 7.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (684,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,266 230,266 0000000000000174b544d5d88d8b597d8c23b02b6df17802652affbdcce9aa44 96 0.07/1.00 vMB 75
230,265 230,265 00000000000001bec0b3fb5a7bfd80ee568feb4920d6253ffebf77e8538404a3 444 0.20/1.00 vMB 173
230,264 230,264 00000000000000fd3db64dd4cafa1a09e3e2ebac68fbb064fa88064b8b67e6ff 217 0.10/1.00 vMB 203
230,263 230,263 00000000000000f61c74fe60cd59052d6ce8481a4a13978ca5f8e6cddac54245 233 0.11/1.00 vMB 166
230,262 230,262 00000000000000bf97c6971ad120ba9a6345f50e0a5c2dc63e42e60dee8a753d 434 0.22/1.00 vMB 138
230,261 230,261 000000000000010293e5f7e597bd5a40bff61fb047fdfbe27b0f46aa3baaa665 611 0.25/1.00 vMB 173
230,260 230,260 000000000000018c28a19a38bb7bd4a97c9fed15bdeaab03beaabdce71867901 823 0.36/1.00 vMB 162
230,259 230,259 000000000000000dbc04682b66b0573a23e0447622001e0d348c97cd2c631d25 553 0.24/1.00 vMB 158
230,258 230,258 00000000000000c4d9b9b1bd40357ebdc7be516c802188769bc4dbc68c51b79d 145 0.05/1.00 vMB 131
230,257 230,257 00000000000001ceaaa02b4c43739985a31c545cc618c805961ede48e9cdd7b4 566 0.24/1.00 vMB 98
230,256 230,256 00000000000001d58c445bfeb80caf313c5ba03be3ce7312714566852075b8ae 217 0.25/1.00 vMB 69
230,255 230,255 00000000000001d2b11bed032877678bd36f5ae889af910e30399c5a4381535b 161 0.08/1.00 vMB 116
230,254 230,254 00000000000001012988bb42ad4f50d31d8f55150c39e3cdd22da643b54a8ce9 550 0.25/1.00 vMB 154
230,253 230,253 00000000000000f2555c3ab3a0434c7a4ba449d897c4b43831f395f968599b4b 650 0.29/1.00 vMB 160
230,252 230,252 000000000000022f3b861f6fa754c98be6d8704e8924e2dfe6fdfa9a706c58a7 55 0.03/1.00 vMB 34
230,251 230,251 00000000000001a7d5481e899c7d8c0955f4b6cfbe6f0a160f2ab1d3723bbf64 504 0.25/1.00 vMB 149
230,250 230,250 000000000000001b89f92a1df582bb3183495bda8b7af4802a71bcc1192aeda3 501 0.25/1.00 vMB 162
230,249 230,249 00000000000001b8f5f8d4839e3a2abaac7db8f35b98084477dcfa65eda6fe33 62 0.03/1.00 vMB 142
230,248 230,248 000000000000003b922faf811c29a0c4be2af8b82dbb24ef8982c77639ba9ea4 129 0.06/1.00 vMB 29
230,247 230,247 00000000000000eac7d544f721b633ee38f8417fe36a0fd91913f17787462b12 516 0.25/1.00 vMB 208
230,246 230,246 00000000000000bff484d87bcb3d0d1c5e4192f2b2fb97e04038e8dfecd1ff70 381 0.25/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.