Loading Tool

Explorer IconExplorer

Memory Pool

85,054 transactions
31.86 vMB
0.19131971 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 022b02e8a68cfa99b1cc1102325c9fc6b7a7fc0053319c9fa924ec48e2ae1ff6
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ef089d9bb945e21da847d5e3c45fca9ee6a975cf1b91f826dec2d992359131a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.07299436 BTC
Feerates: 301.64 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (389,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,270 525,270 00000000000000000012cf280340da53dbc8c64fda004de4994dc0ab5d71e92f 492 0.41/1.00 vMB 21
525,269 525,269 0000000000000000002a7229e31357aea7ca9ac62967a57fc7c7f2311af8d239 544 0.29/1.00 vMB 21
525,268 525,268 0000000000000000001d37179982c3e66316f31b2d7553bfc20ec1830a7084b6 261 0.09/1.00 vMB 27
525,267 525,267 0000000000000000000f915b7b8b61cbeab58eac79ef2947bcbefcaab01541bb 508 0.36/1.00 vMB 2
525,266 525,266 000000000000000000375b3f23013debc58b5a8bc1c431bbae7bb94bc25588d6 2,171 1.00/1.00 vMB 26
525,265 525,265 00000000000000000029bb1611efeb388da9239ad87930a46de248385eb5e3e0 1,699 0.70/1.00 vMB 23
525,264 525,264 00000000000000000034c50748a33821d8b0856ace7dabc6c630911c4ee318a1 942 0.40/1.00 vMB 50
525,263 525,263 00000000000000000013a1da6d0737d3f37a23e8a6ff8680b626f7756b370638 932 0.42/1.00 vMB 20
525,262 525,262 0000000000000000000b064073a89073b5fd052cc0a0b6912cc0deb15cf09520 842 0.50/1.00 vMB 9
525,261 525,261 0000000000000000003bb0d8e2e5044519ae04c05c0c2f7fbfa70edd6c27f03c 2,149 1.00/1.00 vMB 35
525,260 525,260 00000000000000000030ffa96bfb5a460899ebbaf10dd2a5552c38b3b4266c33 791 0.36/1.00 vMB 22
525,259 525,259 0000000000000000000b5c7aaa5930cdcfbd361275ebb2160f78660d6eee76d5 1,079 0.62/1.00 vMB 17
525,258 525,258 00000000000000000015e9baa088aa279292b2fe6056cc426bdec31e2ff20a3f 1,215 0.72/1.00 vMB 20
525,257 525,257 0000000000000000001c1ab7c7c22e2196181514e45d51be27fec4a08eb5ac8d 514 0.30/1.00 vMB 11
525,256 525,256 0000000000000000003b79a8420308a470d364a5c8afb09beefdd86c4e0c306d 792 0.59/1.00 vMB 16
525,255 525,255 0000000000000000001f64d4a7830558315b4d20b247d311bc4acb495a8efc80 340 0.18/1.00 vMB 23
525,254 525,254 000000000000000000365bd84dc1ffd9f0cac9ab6de42f120bd64c4c8a2f89e1 403 0.28/1.00 vMB 17
525,253 525,253 00000000000000000038d8eebf23114aca51a0f333aa79b34d3d42b8f3a90a69 629 0.30/1.00 vMB 13
525,252 525,252 0000000000000000000bfcfda613743f1e1de5bf82f9ec08f7199e1db5956de5 1,416 0.88/1.00 vMB 15
525,251 525,251 00000000000000000010900bf93db40157ccc914b39c08d4e1ca83355e6d88d4 862 0.42/1.00 vMB 22
525,250 525,250 0000000000000000001ad3ef5fdaf8c39fd67822eeecca6585b3bcf592c101b8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.