Loading Tool

Explorer IconExplorer

Memory Pool

73,385 transactions
27.16 vMB
0.06137683 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt ae49d25b3dac77eb9061f568318c5f9aa07f421c25909069e8cf32e3ce064ab4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 9d86035e1dcbae99cf3ff546a99fd65534c9e83201e505ed33e36b8595def045
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,967
Size: 1.00 vMB
Total Fees: 0.00367846 BTC
Feerates: 40.21 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (728,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,609 186,609 0000000000000111556cdcffed22223f5c88db13fa6c6bceab5bdb0c83b5521c 135 0.05/1.00 vMB 241
186,608 186,608 00000000000003900ba5a6f57d029e8133e081282e379dd7ed67898d65db8509 534 0.24/1.00 vMB 121
186,607 186,607 00000000000004e58f054e0f3a3d86497f0a8998cef3c809f8afb5efba0099d5 9 0.00/1.00 vMB 14
186,606 186,606 00000000000009342ab630c323263fad9d88d10be1dfe40b7f4a63935bdfa11f 2 0.00/1.00 vMB 221
186,605 186,605 000000000000032fc23becf629d5a4f205c2f01a7d55aae8b4e6eaae9840de8c 136 0.04/1.00 vMB 104
186,604 186,604 000000000000087e7a379985fe495a15f02b0b3f727e2ce1248c15b6e1b28a77 122 0.05/1.00 vMB 116
186,603 186,603 000000000000078ade67c1b7922d4e863dde5783087afeaf38a3c323c00a193c 91 0.03/1.00 vMB 25
186,602 186,602 00000000000002d1f0b6a143fd36141bf553f65603add6b929892473c16fa998 512 0.19/1.00 vMB 154
186,601 186,601 000000000000083d6b95f9f74af10687dc7243871726e7b3f26019de66380c53 161 0.05/1.00 vMB 201
186,600 186,600 00000000000006446e6221a147f8adf4ef9161a8ccd3aab02e684b766a9c47ee 8 0.00/1.00 vMB 297
186,599 186,599 0000000000000055d8bc3090b2ef013294bd1686b6cb96fba9e41df1d329fd4d 427 0.17/1.00 vMB 126
186,598 186,598 0000000000000486a3d05a7bb1bca4a0a208e715b0de719e6e62c26552c1f560 14 0.00/1.00 vMB 15
186,597 186,597 000000000000082095b0ac00459c1880511bd0f55bc68e9f2aecd0145d3fe3ff 484 0.25/1.00 vMB 104
186,596 186,596 000000000000044327566e9c8233b4555545dad73b9c6c9926d781859ae612ef 145 0.05/1.00 vMB 24
186,595 186,595 00000000000003aca6aee66ec4318c3f41d5a562d2a3322b7b95bc6adf28d215 485 0.25/1.00 vMB 103
186,594 186,594 00000000000003d7563105fd38539f59dc2051df524f8531c38b26cf9513f517 14 0.01/1.00 vMB 235
186,593 186,593 00000000000001ab281be7e4fb5a6f60f044a47a07c1d389b4b5792fa77916a1 744 0.39/1.00 vMB 138
186,592 186,592 0000000000000963030b9d52ed4b99d62f51eb2d116ce59ace75bab18fbc9563 512 0.19/1.00 vMB 105
186,591 186,591 000000000000009ab5a216d30b9ec91760a88ce6262b6dd8ff8d53e8f09537bb 599 0.25/1.00 vMB 131
186,590 186,590 00000000000004ab9b4234771c8a86de961d16c6bf3f6f640e0c883e9e162655 519 0.20/1.00 vMB 152
186,589 186,589 00000000000007f8d1a570a63b33c56856b83fec202189e0bbdc261702e8f42b 157 0.05/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.85 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: 712.59 GB
    • Received: 17.19 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.