Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
30.84 vMB
0.11108129 BTC
Random Selection Loading Transactions
Max Size: 180.98/200 MB

Candidate Block

Mining Attempt d22f9cc82d4af03eaa5877f47f1e07c5f76d0cb19a9b09e18b7c6ec0f415e956
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 26d450653128d84174f6917fae073a639c4ce768137f677b87fe2bbf51f776b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.03638963 BTC
Feerates: 201.36 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (169,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,151 745,151 0000000000000000000521fa1e3dcfc15bfcb3e6b7b890b1246699b0f4b13c19 610 1.00/1.00 vMB 4
745,150 745,150 00000000000000000002d91a5f54afec6922f73da6f06d5be978a729cb0df1e8 444 1.00/1.00 vMB 3
745,149 745,149 000000000000000000006811baa4f02883653f18366f2e33fe72b999171667a3 1,351 1.00/1.00 vMB 9
745,148 745,148 00000000000000000009327c6298448e19283946349145c9de1da615ab9c086d 1,712 1.00/1.00 vMB 7
745,147 745,147 00000000000000000007942f330f7e34640e7614dabff98f8a85784fb9af11b7 2,282 1.00/1.00 vMB 15
745,146 745,146 000000000000000000040fd763e001b0a295a175a5bbf3ebaba095b67ea6e656 736 1.00/1.00 vMB 16
745,145 745,145 000000000000000000062ed7085f55ed8c0fbadd5bb589b8b9c280c75c3adf05 2,055 1.00/1.00 vMB 35
745,144 745,144 00000000000000000007234c1b074e387929908ccf5a57deb182da93a984a497 1,734 1.00/1.00 vMB 4
745,143 745,143 0000000000000000000011bc98c27b449626fe5c4be68d29691dedc8769dcf06 2,752 1.00/1.00 vMB 19
745,142 745,142 000000000000000000067986cfa86d002d7b3405260705fcbd146685519f4bf3 2,779 1.00/1.00 vMB 9
745,141 745,141 0000000000000000000658e2c6d8c4a50c5d740278c1a6be56d3e96b4e509a91 2,880 1.00/1.00 vMB 20
745,140 745,140 00000000000000000003a7bfddf36d81b8729c1bf5074d67077546706ea7b140 3,141 1.00/1.00 vMB 30
745,139 745,139 0000000000000000000878d98a7b34b305baaeba7745e96b4078869224672b09 2,603 1.00/1.00 vMB 43
745,138 745,138 00000000000000000004c6269673ec7ac40e6645ab774cfbe8e4a9f98d8f1254 2,833 1.00/1.00 vMB 22
745,137 745,137 00000000000000000006569ebcec3224fe40f1854c6a72418f7221a7d092af80 1,187 1.00/1.00 vMB 16
745,136 745,136 00000000000000000008dcd01cb85b3adc352f7097364b9b9423a079b6fa4c69 2,729 1.00/1.00 vMB 23
745,135 745,135 00000000000000000005d57da8b18d53b412f0100df1a90e7e034adc22a86bcb 2,048 1.00/1.00 vMB 28
745,134 745,134 00000000000000000000020b9c435410024003a396ae353de19ca13e3f611bf4 3,343 1.00/1.00 vMB 29
745,133 745,133 00000000000000000006571c28385807e57e7b6c4e6e8fdb7dc869bf749f5bdb 2,492 1.00/1.00 vMB 41
745,132 745,132 0000000000000000000392dcc198fa1f6d8afb1dbf4395a1cb7d0471d6b40892 2,495 1.00/1.00 vMB 27
745,131 745,131 00000000000000000004678a3e34e8136da0d86cd8cbce0f4fe5de81375ce566 3,046 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.