Loading Tool

Explorer IconExplorer

Memory Pool

80,437 transactions
29.55 vMB
0.13692146 BTC
Random Selection Loading Transactions
Max Size: 178.54/200 MB

Candidate Block

Mining Attempt 914ad411b1536ff7dc4b897f744657596a026a987cbce298cffccee1d9552fe7
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root bcca6218b0c48efd05d1ebdfb708b045c84db0ea07597fd021ca31fb811d5bbf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,191
Size: 1.00 vMB
Total Fees: 0.05050317 BTC
Feerates: 602.26 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (76,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,253 839,253 00000000000000000000ac30528599213c45ddc8daf63c3c69cf6e3abbdf04a4 2,664 1.00/1.00 vMB 48
839,252 839,252 00000000000000000001aab82277b68df4799605bac0e5be2ada2153dedc07c5 3,257 1.00/1.00 vMB 71
839,251 839,251 00000000000000000000101ca6aef552f99e91710c8dd3c4d103f0f1fe0f4ad8 2,396 1.00/1.00 vMB 66
839,250 839,250 00000000000000000002a9b0123107522eee092357fea140d18700e58ac81b8a 2,372 1.00/1.00 vMB 63
839,249 839,249 0000000000000000000171a20d0df9fd4bc3a59155f0d53ae0ed4327a0666847 2,012 1.00/1.00 vMB 57
839,248 839,248 000000000000000000029c2308d3090cd83f20db0a458cd1157fba327f14590e 2,391 1.00/1.00 vMB 73
839,247 839,247 000000000000000000003c884ae7ba459f24165b0739dd81d43802afc8f18462 2,228 1.00/1.00 vMB 40
839,246 839,246 00000000000000000000d5d5d648f743d1600fce54232573c0c7d93fd7cfcbf6 2,591 1.00/1.00 vMB 56
839,245 839,245 00000000000000000002d5f3e7031e45e6328bf923a80d23dc69de57ffb801d2 2,770 1.00/1.00 vMB 66
839,244 839,244 00000000000000000001145ae69e3e8704030b2b543d077073339213f2baf547 3,059 1.00/1.00 vMB 73
839,243 839,243 00000000000000000001b92f7ad7f0bc8ea11ff6480fef694f225555b84b0338 3,505 1.00/1.00 vMB 101
839,242 839,242 00000000000000000000f283e2b8993b00587030b5f7c3dcd365a6be78fa41c3 3,525 1.00/1.00 vMB 94
839,241 839,241 000000000000000000011ee1156661004c3898d2ac90cfda5ec90e75a3bda763 2,301 1.00/1.00 vMB 51
839,240 839,240 0000000000000000000217bd88e3b92ede9210baa2596dbe8aaa50a15545bee6 2,065 1.00/1.00 vMB 40
839,239 839,239 000000000000000000005a7a3ae5ed9d0ef33f948beced3b37d1350579cd7e4f 2,039 1.00/1.00 vMB 33
839,238 839,238 000000000000000000033ce2bdbb46ba51a1713e22ce72b14844b7b6211e97dc 244 1.00/1.00 vMB 22
839,237 839,237 000000000000000000025321c963e1a2c1a0402065746d05d6a013285de727b5 2,103 1.00/1.00 vMB 33
839,236 839,236 00000000000000000002e6d45cb11c24536c4f56d66d66b919bb8d54c4a0379e 2,449 1.00/1.00 vMB 26
839,235 839,235 000000000000000000023fc86ee308a3a11b1076e10f536690ace9f5635a5869 1,935 1.00/1.00 vMB 32
839,234 839,234 00000000000000000001a9e96f6fad16c98fc7350b0f9c91eb6aea4a44e573d1 2,143 1.00/1.00 vMB 29
839,233 839,233 00000000000000000002f2b8fec29d8ef603e03d971afd6dd639ad1affa536bc 2,391 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.