Loading Tool

Explorer IconExplorer

Memory Pool

86,299 transactions
31.72 vMB
0.10576257 BTC
Random Selection Loading Transactions
Max Size: 194.32/200 MB

Candidate Block

Mining Attempt b5ad0bfda939c50005a9803f66d5f9b1a26c36dc08cefd6b5918d9c503e18457
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 44399afb1e03bf01875a2668f862e5fd3a93346923131f259d32f503b3e56a3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,928
Size: 1.00 vMB
Total Fees: 0.02608232 BTC
Feerates: 1,236.26 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (21,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,032 894,032 00000000000000000001d9bcb434315d38985cd0849be9fdbdebd1b8eaca2dec 2,358 1.00/1.00 vMB 1
894,031 894,031 0000000000000000000113ec417af7cc54f0b4475a992ef088d6dad9077438f2 3,403 1.00/1.00 vMB 2
894,030 894,030 00000000000000000001a5b751c97e9c6f5cc16663490130261a77eb885ac24a 2,249 1.00/1.00 vMB 2
894,029 894,029 0000000000000000000197576b927bc47491f68c1e2f30802ef39972b6504a99 2,995 1.00/1.00 vMB 1
894,028 894,028 00000000000000000001e57b86682ea5c82cc98969f6349c99b69313d0eee176 3,705 1.00/1.00 vMB 5
894,027 894,027 0000000000000000000110194c8037d9c96c9f8d7f37cdb303fd4e213f0beda2 1,939 1.00/1.00 vMB 2
894,026 894,026 00000000000000000000c8d98f00c027a659ec9d4c636f94cfe02c03241b54a3 1,876 1.00/1.00 vMB 1
894,025 894,025 000000000000000000004b2639fbd3c02d915eab55de7d0b4a81d44089ebbbb9 1,468 1.00/1.00 vMB 1
894,024 894,024 000000000000000000020aca51d2b65ce871404a42f2c23f2ff3d56a14c0f72b 2,402 1.00/1.00 vMB 2
894,023 894,023 0000000000000000000020c9eecf1d2046b9a34e19c2bdeb85cee655178df6a7 705 1.00/1.00 vMB 1
894,022 894,022 000000000000000000020d979956f08c972c64580fbad5617dce99caed579648 2,476 1.00/1.00 vMB 2
894,021 894,021 000000000000000000015ab9ff6925828f43c39b71eeaf8c6d0c0ab08e25bf15 2,691 1.00/1.00 vMB 3
894,020 894,020 0000000000000000000010ebc4e056e6f71baf1ed02a098b68361c17fc0a2de6 2,754 1.00/1.00 vMB 1
894,019 894,019 000000000000000000001b9a5787f19d7f17ca73c536c6783f71d4b01fc6fcea 2,861 1.00/1.00 vMB 5
894,018 894,018 00000000000000000002032849a9406b7be3edfeff01944d0a865889cfdb5623 2,234 1.00/1.00 vMB 1
894,017 894,017 00000000000000000000e73a5b82c74d73aa98b2fb25de3123c381393bdcae29 2,707 1.00/1.00 vMB 4
894,016 894,016 00000000000000000000f211da06b35aa4a931d96a3fec359179ab5790b2a00e 1,794 1.00/1.00 vMB 1
894,015 894,015 00000000000000000000b0f69f8df651faef2c4c5b7cf455aa14efd05679ec06 106 1.00/1.00 vMB 1
894,014 894,014 000000000000000000020ddb11696111be6f95e1802dc06513518f19b0131c2b 2,305 1.00/1.00 vMB 1
894,013 894,013 00000000000000000001e1a2d576b452c307ece7fdc0cb5d6a0fda19bba41360 2,869 1.00/1.00 vMB 2
894,012 894,012 0000000000000000000102a0675e52ef2dae1662427f8170346be370243271fb 3,815 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.