Loading Tool

Explorer IconExplorer

Memory Pool

78,161 transactions
29.49 vMB
0.10667390 BTC
Random Selection Loading Transactions
Max Size: 177.62/200 MB

Candidate Block

Mining Attempt fc8219eee2038903042fb45a0d642e81d31b52a1917bdd3cd10eb7428cf22f29
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 7c9e235ca5f4f12f21b71b7271d7cf4522a47afeeb35346c7e2f1c0c9870e3a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.02968083 BTC
Feerates: 151.12 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (76,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
839,232 839,232 0000000000000000000341dd92c50b28b6a6dfc63d01178d6020ac2f03467e0a 1,887 1.00/1.00 vMB 32
839,231 839,231 00000000000000000003188630dcaaffe9c7739826bbba4407cc6ba3acc10c23 2,721 1.00/1.00 vMB 52
839,230 839,230 000000000000000000015f2fac874d489d5dac65f1dd7e341004080e66c0cdbd 2,459 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.