Loading Tool

Explorer IconExplorer

Memory Pool

46,199 transactions
28.00 vMB
0.08618967 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt 966a567639e9ff1cfdf27974aaa14642c2878c079f089fdcd32b1216d8df7322
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (328,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,504 586,504 000000000000000000162b2a4412e8eb4cd95ac9e34d05959f5b940a1c57b9fd 2,770 1.00/1.00 vMB 61
586,503 586,503 0000000000000000000dfda5955ea5ac855f048a8113a5a3ea47a6534452e9f8 2,130 0.77/1.00 vMB 29
586,502 586,502 000000000000000000117ef8f126ea50e76a216cac292a5fe698326b18aab6a9 975 0.38/1.00 vMB 28
586,501 586,501 00000000000000000016b25aa3af67d9104ec38098aeed151db49a1d2939b307 2,675 1.00/1.00 vMB 22
586,500 586,500 0000000000000000001eb384cddc5aab982fb58b8696df2df90828f4b226a674 2,735 1.00/1.00 vMB 44
586,499 586,499 00000000000000000008f9ea4200547f2cd68cca9709cdbc70d7f34aac5065ba 1,094 0.36/1.00 vMB 21
586,498 586,498 0000000000000000000ef06eb47e9be69faf1e57f0b3e8037681514a2b9c3dd1 1,986 1.00/1.00 vMB 29
586,497 586,497 0000000000000000001545305bf10ae8a7131e9b45e0a2f4dfdaddbb598941e9 2,346 1.00/1.00 vMB 52
586,496 586,496 0000000000000000001441100b8d050d1cbc731f6c300570fc11d710ac0883a2 702 0.34/1.00 vMB 34
586,495 586,495 0000000000000000001d884e0e8649424e2cf37879927a14bc01c4dc0a3ff0c5 1,694 0.73/1.00 vMB 34
586,494 586,494 0000000000000000000c70fea0971c9cbb8c2820a136c9f606798e19ceb3b27b 266 0.09/1.00 vMB 45
586,493 586,493 0000000000000000000b912d713d293549a85364d8aceec65f248f9fc9031c14 1,659 0.64/1.00 vMB 33
586,492 586,492 00000000000000000010d09df04ba069e2517c50a43a207365a82671840887b2 1,638 0.88/1.00 vMB 38
586,491 586,491 00000000000000000005a8b4772e8effcab6438fac58a41235dc0acddfb89602 369 0.22/1.00 vMB 56
586,490 586,490 0000000000000000001a78672fa7db70b4dabbc2f9a7000aee314da72793f79c 1,927 0.79/1.00 vMB 34
586,489 586,489 000000000000000000154529c58d2bc72125f42fd21e040ff92d334df5f58717 103 0.04/1.00 vMB 44
586,488 586,488 00000000000000000011de39dc8722624e6fa02ad5335be3e30ebd5ba9881cef 1,966 0.74/1.00 vMB 24
586,487 586,487 000000000000000000061cc535f5b1ecd34bb4e403a858361a25af2e748adc35 3,029 1.00/1.00 vMB 49
586,486 586,486 0000000000000000000a6d1553a7f0373cb20c87e55938b96d44413d215a50ce 2,260 0.85/1.00 vMB 44
586,485 586,485 0000000000000000000bd872d24da440ab3e5a433233b9f00265b2ed3cac2af6 2,817 1.00/1.00 vMB 21
586,484 586,484 00000000000000000004a8e45031465fa1d13e8a81883f5fc664ad8dd20558e8 2,707 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.