Loading Tool

Explorer IconExplorer

Memory Pool

79,207 transactions
29.38 vMB
0.12501026 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt bd4671cf6985dc9a956ee9250c5f6141032ad30e80913d75d9e0f5672ae9c33e
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 45df5fda7cbca6c3de11fe6fe387b051c137ac336de347661552aa72602fec8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.04533117 BTC
Feerates: 150.80 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (139,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,291 775,291 00000000000000000004b85a6502b30feb6ca0a697fdc7501e297760eff04f83 3,538 1.00/1.00 vMB 22
775,290 775,290 00000000000000000003f92298d146d88fc023060a4e04cbdf286a27f8ef614b 1,996 1.00/1.00 vMB 19
775,289 775,289 0000000000000000000619619014d0396cd6592ff8c9dff1841b77243da5916d 3,244 1.00/1.00 vMB 28
775,288 775,288 00000000000000000005f431487baabd44e003c91a22d9c24b3c56d9860cad4a 3,671 1.00/1.00 vMB 32
775,287 775,287 00000000000000000001b61a66e3565b4bda9b2e27f84b2f0ce1238b6cdd8973 893 1.00/1.00 vMB 4
775,286 775,286 000000000000000000012c1deacae65a8de57d7e7744be0165dc6e9b4bf01da3 230 1.00/1.00 vMB 1
775,285 775,285 00000000000000000006ef6e93cdc29fe135c643a097709f4510b317ce4efd5b 1,083 1.00/1.00 vMB 5
775,284 775,284 000000000000000000032b7b16bf53ff4a384dce5a8deb4f74bf2ff2257b5f3b 3,037 1.00/1.00 vMB 13
775,283 775,283 00000000000000000006183c17d8a894f7ef6558d97c24934ccce2808b080672 756 1.00/1.00 vMB 3
775,282 775,282 00000000000000000004f0680e1d5e719d8dbea3fc9eb22d74e3a437a254e68a 988 1.00/1.00 vMB 3
775,281 775,281 0000000000000000000478827ceac336162871408cf6e50b665ea9e59294d12e 2,233 1.00/1.00 vMB 6
775,280 775,280 00000000000000000005d4ea6889c35601f3030d22d2363403b710bafbea314a 3,320 1.00/1.00 vMB 9
775,279 775,279 00000000000000000005be17d93cc5c747d2f1113a2575a8df2692039e5c72e5 2,253 1.00/1.00 vMB 16
775,278 775,278 000000000000000000033ca710194a0d6d85afd318a6f348f0f1dae2990090ee 2,914 1.00/1.00 vMB 13
775,277 775,277 00000000000000000004c6e263489a46f477b235846d5ffb698963dad70bac69 3,721 1.00/1.00 vMB 22
775,276 775,276 0000000000000000000169ebb296857d4ae7fb2fc32078a40fe5b616d0f2cec4 2,462 1.00/1.00 vMB 23
775,275 775,275 00000000000000000002d2825003908ca2c9ddafd7b8e0f2787b431e8367a38e 2,038 1.00/1.00 vMB 19
775,274 775,274 00000000000000000003c29e576793187e1e819df4611fd9393249c49ea87283 193 1.00/1.00 vMB 1
775,273 775,273 000000000000000000020dc3ee060948fb4c4b03f97540000a3749c3d8337ade 1,885 1.00/1.00 vMB 9
775,272 775,272 000000000000000000000f2e4aeff5cefa8a218f20c401021e60366e16013a63 2,139 1.00/1.00 vMB 10
775,271 775,271 000000000000000000071d775b4a281a99c4732e9f14cd483a4f83ef1a29d3cd 2,563 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.85 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.79 GB
    • Received: 17.21 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.