Loading Tool

Explorer IconExplorer

Memory Pool

44,374 transactions
27.01 vMB
0.06059298 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt 970a742436d8670817e2be380dd6679b965db448ff905c86cc89c651f2312f65
Version 20000000
Previous Block 00000000000000000000b4188af0ccd9466ef1de1996e2359e537cb492551e73
Merkle Root e9281bad8915f82df8249cb99ea4168a57c27f75f1bc45ed9ec03c437fe6b485
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.01009414 BTC
Feerates: 100.00 > 1.01 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,890 (348,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,908 565,908 00000000000000000007e2369d8ecca33720d11f3fb7cec0353f98816283724d 966 1.00/1.00 vMB 64
565,907 565,907 0000000000000000001e03fdb85121f09f72fc1f6c70b76ff058aec7ec2dafb2 1,643 1.00/1.00 vMB 97
565,906 565,906 0000000000000000002673acedd0487894410531f44f143556f126215d112c63 2,453 1.00/1.00 vMB 15
565,905 565,905 0000000000000000000484174f5634bb744be3a01767b4e025e2d2d383f10fe9 2,901 1.00/1.00 vMB 23
565,904 565,904 00000000000000000002b51a2b0b6e2e0f215b9f176f0464aa623c7163205579 2,754 1.00/1.00 vMB 37
565,903 565,903 00000000000000000015a25a3652773a065dcf7921057d2bab182f74bcf43f68 2,795 1.00/1.00 vMB 54
565,902 565,902 00000000000000000008c5edae17886d48d340387cbdc16c0d9ee3570603b44c 1,667 1.00/1.00 vMB 20
565,901 565,901 0000000000000000000c7430bb9d8e337a1e309a73d9c7560872b1e0b8e0aaec 2,773 1.00/1.00 vMB 39
565,900 565,900 0000000000000000001cd1a6b5d0d226d2af982c87d7c82dc033936af84c7d88 2,757 1.00/1.00 vMB 33
565,899 565,899 00000000000000000019606367e4051667a9812e203c055d17a10ef6a8a09f64 2,416 1.00/1.00 vMB 23
565,898 565,898 000000000000000000013187f5d5bb6743fb6e562e3ef7a1591369fbf1faa8f4 951 1.00/1.00 vMB 23
565,897 565,897 0000000000000000001221601ae4d1554e05f0e5e26f3b7a8c3ccfaf1ad235ea 1,451 1.00/1.00 vMB 35
565,896 565,896 0000000000000000001d3ff80c5db824ad0d7f2fcd0021e3c9e566fa2461da0a 2,109 1.00/1.00 vMB 16
565,895 565,895 00000000000000000004158e645b96c3417cc8d64507ae41850687015d121eac 2,022 1.00/1.00 vMB 16
565,894 565,894 0000000000000000000905cb9f2dd649815a1110bdd9652caf0376120b9a7d54 2,351 1.00/1.00 vMB 24
565,893 565,893 0000000000000000001a03613c63b27ad6e698302206f545ce880dde7e59e407 2,680 1.00/1.00 vMB 24
565,892 565,892 000000000000000000077e9be767c37deb4915fc137b3be7b632b69a3aa5442e 2,265 1.00/1.00 vMB 25
565,891 565,891 00000000000000000021578d227e96228db094da68b2a22bd3115724ee25a675 1,141 1.00/1.00 vMB 30
565,890 565,890 00000000000000000003e8e5bbc6a2db18726fb25521f133a45ef79f282dce73 1,161 1.00/1.00 vMB 30
565,889 565,889 00000000000000000014e8b26b485d4acc8084ab6b50a5289ef1236ae394aed5 1,304 1.00/1.00 vMB 31
565,888 565,888 0000000000000000001965a6b53054e308a8a11d07564d3c1a838a15404acc81 2,052 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.05 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.