Loading Tool

Explorer IconExplorer

Memory Pool

76,761 transactions
28.60 vMB
0.07085048 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt 860f963e9bb571929bc9dff694839718c9c14267570c2021d738e9d4f6b868af
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 06848f6c8e4b6e3749b40e1d5df9cae08b749e4e6b42927113894553e8aae2ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,437
Size: 1.00 vMB
Total Fees: 0.01157655 BTC
Feerates: 71.79 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (852,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,061 63,061 0000000007768660c4d22865521ca8340ef11f8765a1a6bf95755e23e3435c1d 2 0.00/1.00 vMB 0
63,060 63,060 000000000b6c98adf6e713dd26aacfed8827f8a76f2c579c402871f557279cb8 2 0.00/1.00 vMB 0
63,059 63,059 0000000007565adea744eae4ca8a14daeddf4a1d1d85fc6c1695905a178d91bc 2 0.00/1.00 vMB 0
63,058 63,058 0000000006542176dbb10d499400bdfdb6ec71fbf35bffd56dc827027f50489c 2 0.00/1.00 vMB 0
63,057 63,057 000000000a9a33e7d0e86adf4d23ac731d04265e3522e0b1e5a235e1aa961705 1 0.00/1.00 vMB 0
63,056 63,056 000000000c2f87f2f72fa8b625a13c414a6d6b7b5a9223f79037cbed05c9c5fb 2 0.00/1.00 vMB 0
63,055 63,055 00000000061689b28a3a2aa7c96b64d1b4c9f794987c6c2f938bffb24ca41403 3 0.00/1.00 vMB 0
63,054 63,054 0000000003068ccd9a75efa8317142bcc38441d91301182f6dbed8269f24f93e 2 0.00/1.00 vMB 0
63,053 63,053 0000000001383965fa70ed28a352a1f01a2b4a3e1fb175ff5e9328d58736e01a 1 0.00/1.00 vMB 0
63,052 63,052 00000000039cd7b662b48046878057dcbec46f5002acc12d7cbfa9c66ed22d2d 1 0.00/1.00 vMB 0
63,051 63,051 0000000006e243396fa875e88e26589274f9bb137377ebc48b29561541180312 1 0.00/1.00 vMB 0
63,050 63,050 000000000190026614e1063114402fe1065076f9cdd49a9ad91795b4e105f36d 2 0.00/1.00 vMB 0
63,049 63,049 000000000d17f6cd0f976db06b9b21bf8c3f160093557f46707c49834c312d50 1 0.00/1.00 vMB 0
63,048 63,048 0000000000004b0e41a07353bbc38b644df42c26cb819e94c381a5783a281f46 1 0.00/1.00 vMB 0
63,047 63,047 000000000abcb4a842399df730218521d04ed6810b1755a08526b86de3a9f250 1 0.00/1.00 vMB 0
63,046 63,046 0000000001734c56e8e8400c4e3028e3527b319ac15efb2ac1810ac25cf7b637 1 0.00/1.00 vMB 0
63,045 63,045 00000000044551e389267085ff29d2e2cce2d6dac8fbc86faa2e914fcdea6622 1 0.00/1.00 vMB 0
63,044 63,044 000000000188c9c0c0ba5b8799de915b6d6bb7f8b6357d3d09cdbdeccca3b937 1 0.00/1.00 vMB 0
63,043 63,043 0000000009b8d1713e35d9465f89779ec46edc555e629b255310322756f6a280 2 0.00/1.00 vMB 0
63,042 63,042 0000000009c40aaa667f797eb87da0866bae3b331f81039d35fa1028b399124f 3 0.00/1.00 vMB 0
63,041 63,041 00000000005b274fbd720f417deb66bf4b269098e65828922ffaa0330b65aeac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.