Loading Tool

Explorer IconExplorer

Memory Pool

45,600 transactions
28.42 vMB
0.06367179 BTC
Random Selection Loading Transactions
Max Size: 151.38/200 MB

Candidate Block

Mining Attempt 3e1f4da6b90a66e6f90aea040253229c4cc9ff561a322030fbeb45d6dcc3d675
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 05fcc8cfd259a5d313a07b7dd572d646d66650bba732cfaf940709c0a3d31539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,493
Size: 1.00 vMB
Total Fees: 0.00976318 BTC
Feerates: 50.42 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (228,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,112 686,112 0000000000000000000ce6149a42eaa1aa8eedc795152cf7eff3bee0e98a0dcb 1,994 1.00/1.00 vMB 31
686,111 686,111 0000000000000000000ba33e556fee61af578653278d05b3ea9cd456cb4a6cd6 2,431 1.00/1.00 vMB 33
686,110 686,110 000000000000000000026c85973ac156a25f6a15a147a1de965ca468cd9f1c83 1,932 1.00/1.00 vMB 13
686,109 686,109 0000000000000000000467b803e3d5a9109a77a577c60c413198f6fd5225d2a9 2,668 1.00/1.00 vMB 25
686,108 686,108 0000000000000000000011a0ad4a322b69581c15851c5289b82b244f0186710a 2,634 1.00/1.00 vMB 41
686,107 686,107 00000000000000000001dcc5bf785b2a9c728f372e30a9e7b6663e2de8381299 1,714 1.00/1.00 vMB 49
686,106 686,106 000000000000000000052140b7efe2ea4e2c8a0452395fb7c0e1a4d0d6101a49 1,741 1.00/1.00 vMB 44
686,105 686,105 00000000000000000003d7e12de010a4e69b2eab2c97ae2726513da3dba0495c 2,751 1.00/1.00 vMB 75
686,104 686,104 000000000000000000040e55c1c3dd8ae5fe5920cb2151ac3f74e80f0cbeec45 2,435 1.00/1.00 vMB 25
686,103 686,103 000000000000000000029750a6c346f5ff057d493753225354bc1fb58853fdc3 2,508 1.00/1.00 vMB 50
686,102 686,102 00000000000000000009707f80958f92f56daf2432a5813e9755bb5841b2e39f 2,557 1.00/1.00 vMB 41
686,101 686,101 00000000000000000008758e3f53e3a4f8370829e513216454b5054256674008 2,144 1.00/1.00 vMB 68
686,100 686,100 000000000000000000098d48b55803f38f7fa7a4a924ae9850a454d261caf753 817 1.00/1.00 vMB 46
686,099 686,099 0000000000000000000aa11b8641a5b7ff7504790f937f730f3048385c482cb5 674 1.00/1.00 vMB 44
686,098 686,098 000000000000000000055051b5cf4da3685fc79bde8b1279a6bb2490fa45d083 2,786 1.00/1.00 vMB 57
686,097 686,097 000000000000000000098ef3352b36c42f381a8d228d74f6285f7c0133c384d6 2,535 1.00/1.00 vMB 79
686,096 686,096 00000000000000000005b82a61485b347617c38ef555eb723348c30f761f1c24 2,038 1.00/1.00 vMB 12
686,095 686,095 0000000000000000000d36f46d99c83b8e276fdff41cdc7ed1385fcc2def097c 2,225 1.00/1.00 vMB 24
686,094 686,094 00000000000000000002bb71c17bc1e66c96f58473f56af1b84c2a2c1813dba8 2,127 1.00/1.00 vMB 31
686,093 686,093 000000000000000000052d6e656e598475170cf5a7742d85c6458fb76ac6b921 2,804 1.00/1.00 vMB 49
686,092 686,092 00000000000000000005b7ce1cc8c1d9270e9bacc802ed36fb8573c0d1685f7d 2,662 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.