Loading Tool

Explorer IconExplorer

Memory Pool

87,086 transactions
32.59 vMB
0.15092706 BTC
Random Selection Loading Transactions
Max Size: 198.96/200 MB

Candidate Block

Mining Attempt 8a2efd241e27da210079e95c6d83423f7d8b4d84a10a3ac2bbfe78b99cea41f4
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 4c7457b277962f9e280e5bb6ffbcbc6ce9db3be145fd0053ff5adb87fbbb292c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,218
Size: 1.00 vMB
Total Fees: 0.05816085 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (678,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,320 236,320 00000000000000bb0c4c80b8485e1e66ece6850e52c9ecbd4a207b08e66b440f 204 0.15/1.00 vMB 63
236,319 236,319 0000000000000112f5a5d42dd7fb743106a96232aa9ce9669c59f1cfb19f8fed 1,138 0.47/1.00 vMB 178
236,318 236,318 000000000000015f288436f8d2153e04abf3f1a6433828f170f77195150b88e5 653 0.25/1.00 vMB 198
236,317 236,317 00000000000000ecb8669cd08eda72b4d3441436d106867b92e47abf636486b7 221 0.10/1.00 vMB 153
236,316 236,316 0000000000000072d64bab92990d09d1f7f44bddaa2f52d13d0571173aa3c217 291 0.15/1.00 vMB 145
236,315 236,315 00000000000000ad6082acfe902b2ee294f4d1219f12b67bf59f88bb9d4af729 914 0.41/1.00 vMB 194
236,314 236,314 00000000000000443654bf66628ddd4275ed62c6b8589b0b315ce5e9860e9519 939 0.41/1.00 vMB 180
236,313 236,313 000000000000013c6ec086a941c2f6edfed9c1ae4d2d292aabfd18d3f62a8cbf 311 0.15/1.00 vMB 204
236,312 236,312 00000000000000cdbb4d12a4588aa6e5e45dcd364cc8a41c8a1ec01eca42b991 589 0.26/1.00 vMB 187
236,311 236,311 00000000000000e6716db8cbec2f499bb61e1d0c2702e083d3f14d68996df1f8 629 0.28/1.00 vMB 186
236,310 236,310 0000000000000070633f88b659564481c1d0c300ae3941c0db0d5e29cdfd4773 411 0.18/1.00 vMB 203
236,309 236,309 00000000000000ce6caf7db1ce8cec645ab7f4e0977521409885a2d117f5080c 123 0.07/1.00 vMB 154
236,308 236,308 00000000000000b8f9c4e6ffd5433ff7c88e7dafdec8ce88d9e7b06cef2760f8 114 0.15/1.00 vMB 43
236,307 236,307 0000000000000179b2e408e99c81a1f3fcf8a7b47d0c9fd83f57107cca52ada9 477 0.24/1.00 vMB 157
236,306 236,306 000000000000012bdd4d2b9a9713a5e86de8c253089ce789fedef6c4b169185c 565 0.23/1.00 vMB 177
236,305 236,305 0000000000000056e8727d493240df6f6f7ec314fde8f34f2da64537ab85a118 209 0.10/1.00 vMB 140
236,304 236,304 000000000000007b18aa74a4751bf3600d1df38526184ca5e14823dc817030bc 343 0.16/1.00 vMB 153
236,303 236,303 000000000000008f11bd0b168ede1961a26bb912280b7594ce2d035b946e7e32 359 0.15/1.00 vMB 172
236,302 236,302 000000000000014aae467ca143cd7a7667829fbc2839fb0eabaface44de35a4e 306 0.15/1.00 vMB 155
236,301 236,301 00000000000000488a59a1273583318918e6349aa806deceb7876eb85ecf813b 52 0.03/1.00 vMB 155
236,300 236,300 00000000000000bafd0a55f013e058cc2a672ee0c66b9265a02390d80e4748f5 248 0.15/1.00 vMB 113
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.73 GB
    • Received: 16.96 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.