Loading Tool

Explorer IconExplorer

Memory Pool

79,267 transactions
29.32 vMB
0.07269422 BTC
Random Selection Loading Transactions
Max Size: 175.94/200 MB

Candidate Block

Mining Attempt 12143cf663bef7d3d8cafc63577f1c33c63c56b835c2b578344d21e83b6e65bc
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root af30776cc1cd71d60a344e6e69066c268cce9578137134c42843098fc32e1e86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,402
Size: 1.00 vMB
Total Fees: 0.01308753 BTC
Feerates: 170.94 > 1.31 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (684,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
230,245 230,245 000000000000010bb54f3c4dcfaa1a20514db2da4bbbb48d2f84674dda45004a 114 0.05/1.00 vMB 130
230,244 230,244 0000000000000195ae6b680b2a70f5c95452d312072f43a3492b56279098eea1 535 0.23/1.00 vMB 175
230,243 230,243 0000000000000092247082e0ec95184c89df0fb9bf4552d5c3f72f759bddf49c 122 0.25/1.00 vMB 70
230,242 230,242 000000000000021d33a79d80b222cdce4b05d3b7247eee34f5105aeb570ab015 225 0.38/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.