Loading Tool

Explorer IconExplorer

Memory Pool

78,904 transactions
29.40 vMB
0.08280830 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt 677dbb8e31851c3072ebb81530a0bd27e54a8c36df9bab45517a64faffd2f164
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 68e84a33d5fe5d7993f8fc8af2bc249152fba4b777017aa3d36011b398eb7b37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01829834 BTC
Feerates: 402.60 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (368,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,256 547,256 00000000000000000002abfa5e5e555183c34f8185c481b8269a027f0dc644c8 731 1.00/1.00 vMB 71
547,255 547,255 00000000000000000001192a915e85c9a66ec8ceebd84e4c652a85db3510733c 2,601 1.00/1.00 vMB 10
547,254 547,254 00000000000000000011b4ea17d1f0fd816be6bdee5889055890f4a463218696 1,255 0.52/1.00 vMB 28
547,253 547,253 0000000000000000001fe2bb7839b33dd46f0ff3ecf022240177ba4780ba9d9f 1,318 1.00/1.00 vMB 8
547,252 547,252 00000000000000000023af5f9c34b2001f8d6be5080fe6e67d2e5e7d2399481d 2,191 1.00/1.00 vMB 6
547,251 547,251 00000000000000000024bd27aca697d7dc93550e893889d31246e95990766a46 651 0.44/1.00 vMB 7
547,250 547,250 00000000000000000012251f551b09c7fad1c4cc81809996514699410ce8dde8 2,311 1.00/1.00 vMB 11
547,249 547,249 0000000000000000000f9607541b21610fdd893cf8368aeaf0efdb1a67db9c5b 1,625 1.00/1.00 vMB 14
547,248 547,248 00000000000000000003c50268f6f98ebf89fc4b0b542012528026f3b0f0a688 2,912 1.00/1.00 vMB 6
547,247 547,247 0000000000000000001a341bff5a64e5029abf59573a844e010ae402ea79c1bc 2,657 1.00/1.00 vMB 16
547,246 547,246 0000000000000000000c4292bb24996fea9aaabe1276195b1336c06e5845327f 2,884 1.00/1.00 vMB 22
547,245 547,245 00000000000000000016a00dfaf4823d23d7aff012731fb00cc4eb8304059d6c 2,813 1.00/1.00 vMB 21
547,244 547,244 0000000000000000000bf3a2f09a6fc170a4843273a0ec838f2eff4d59dd7bc3 2,268 1.00/1.00 vMB 12
547,243 547,243 0000000000000000000f65ddb8f6632688ea0c2215b6de1df567973057398f9e 2,713 1.00/1.00 vMB 12
547,242 547,242 00000000000000000024c670402b3dc2e00cd03e70659add991745d59af502a2 2,455 1.00/1.00 vMB 25
547,241 547,241 0000000000000000000955bea33a4b0849aa5998d55c0abcb2e5997f0ab7b9a3 2,037 1.00/1.00 vMB 6
547,240 547,240 000000000000000000214fe1d3bf7ab8248eccb63fb5232c5a38b1d2f2a6790d 622 0.22/1.00 vMB 20
547,239 547,239 00000000000000000005f9c43c896d6de05c20f6525c921ddc99b191c31a6886 2,006 1.00/1.00 vMB 18
547,238 547,238 0000000000000000001079f76a374d5dc3885510b92df12cb4a4ed61301792ea 2,527 1.00/1.00 vMB 18
547,237 547,237 00000000000000000013c836e85679981d9e2c09745c8005f73bd062469bc95d 2,542 1.00/1.00 vMB 16
547,236 547,236 0000000000000000000052afb29bc4c8e2a943db16897630834bb7e27b380039 2,686 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.