Loading Tool

Explorer IconExplorer

Memory Pool

39,616 transactions
26.37 vMB
0.08057188 BTC
Random Selection Loading Transactions
Max Size: 136.90/200 MB

Candidate Block

Mining Attempt 19edc4c89a0e98327fdb225db93175c0a52a2572761da666b2ba85c2267c7c8c
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 44d5d7c2b3b934b8e68e098fd4f8608721a27a91eeb90c5208c35d9a331d91ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,151
Size: 1.00 vMB
Total Fees: 0.03178915 BTC
Feerates: 502.65 > 3.19 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (306,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,681 608,681 00000000000000000009a2dcc1c0fee8a29d63e5c8c139134c98250a784c0d69 2,796 1.00/1.00 vMB 18
608,680 608,680 00000000000000000002c34d366d1fa37aa6bcc5c33ff233cf18dff3e56f36e6 3,187 1.00/1.00 vMB 23
608,679 608,679 00000000000000000003c06d036cbbe8d39b5d4c8d012b372de5a7d4ddc2d7a3 2,947 1.00/1.00 vMB 19
608,678 608,678 0000000000000000000d453d4ae33e7e90e3f8caade835dc3bbfb7bdcb6ce6db 3,195 1.00/1.00 vMB 30
608,677 608,677 0000000000000000000ce77a752d446d33a8b017c9bb092453dda977c9a39162 2,790 1.00/1.00 vMB 23
608,676 608,676 000000000000000000082e5fbf6ad67e396765911cb676fcb4570e558d19ae93 3,128 1.00/1.00 vMB 23
608,675 608,675 0000000000000000000589dffc9e3730680178673daba328aab927e84e848e07 3,786 1.00/1.00 vMB 26
608,674 608,674 00000000000000000003c55a512f0205d8f95bbd67cae0d433b133e1a02bee14 2,912 1.00/1.00 vMB 26
608,673 608,673 00000000000000000012cd1c36c2d8cf3142f70fc42f69963157a92a1c9d8020 3,168 1.00/1.00 vMB 46
608,672 608,672 0000000000000000000dc2fdc61de92dcce25bc9fdf6dcc7f85bfb403ee67ed8 3,484 1.00/1.00 vMB 27
608,671 608,671 00000000000000000008268d06308a362b971b3f6afb95a50da5a439559384fd 3,181 1.00/1.00 vMB 19
608,670 608,670 000000000000000000065b8465b9517b7704694941f80f7c110a839e5bf2bb4e 3,518 1.00/1.00 vMB 26
608,669 608,669 0000000000000000000c9311c26a62047a16b9f6ae99ee63eaad60ff7495c0d1 3,142 1.00/1.00 vMB 29
608,668 608,668 000000000000000000135cc9359da4af5e483609c4cb6485e3966fbc4ceb4bcc 3,081 1.00/1.00 vMB 38
608,667 608,667 0000000000000000000461c85bb0c9bf1de9696f6032e7b4d5d75fee850854c3 3,059 1.00/1.00 vMB 45
608,666 608,666 0000000000000000001326fc51b79c44353fefae643438ee695ba4c992988ef4 2,786 1.00/1.00 vMB 43
608,665 608,665 0000000000000000000bc8e846282b8f3d31738fd156bf4a07a773b15e430b36 3,042 1.00/1.00 vMB 19
608,664 608,664 0000000000000000000ce41cdad26a293628677302058e43af850484e23f304a 2,212 1.00/1.00 vMB 20
608,663 608,663 000000000000000000115e3cc64a97995645f50114ea118a327d681846e3b816 3,152 1.00/1.00 vMB 29
608,662 608,662 00000000000000000006c4750819823ecf0fa39182a00d1ef2a85103ada55581 3,404 1.00/1.00 vMB 25
608,661 608,661 00000000000000000006c6439c59e0af9f282bdb595fce544595c3e05527e971 2,758 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.