Loading Tool

Explorer IconExplorer

Memory Pool

84,777 transactions
31.89 vMB
0.11138608 BTC
Random Selection Loading Transactions
Max Size: 193.65/200 MB

Candidate Block

Mining Attempt 70be898e4644dbf3e4e3f2c7ab0bfdf7f9cc898537a6c912496c8f062d349fda
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root f4e6078ffbc9cccd4e13514024e980b28a42d28a53eb45b74e3fad546e27bd53
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,032
Size: 1.00 vMB
Total Fees: 0.03314111 BTC
Feerates: 299.43 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (96,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,636 818,636 00000000000000000003a51e54d84709afa24ab6f6e5c6e707a466d653ea01a9 4,788 1.00/1.00 vMB 52
818,635 818,635 0000000000000000000360590df8043e27ecdb6254db9a0243775f910255cf90 4,074 1.00/1.00 vMB 57
818,634 818,634 000000000000000000027bd1ac3b219b68b1e1ea9cc729ea1a3f4435466da3e8 3,933 1.00/1.00 vMB 62
818,633 818,633 00000000000000000003434989e63a57e0aa7c2e8a6982224ece1bc499c8147d 3,260 1.00/1.00 vMB 48
818,632 818,632 00000000000000000003fda10dd2e792e40b3416689f499f4b414c1d8ef26bf3 3,430 1.00/1.00 vMB 68
818,631 818,631 00000000000000000002e157ec581b9da7e42f23eb93639555ba56d8ae546fbd 4,132 1.00/1.00 vMB 65
818,630 818,630 00000000000000000002b8dff088b5a3433335b3b65e012e3b3cc7f648ff2250 3,367 1.00/1.00 vMB 47
818,629 818,629 00000000000000000001bf5eea9ded3e530d5b47ff3210110c2f95e1d21759a5 3,335 1.00/1.00 vMB 67
818,628 818,628 00000000000000000002d0831f1db5e98ccb68fc5898ed1d5b855094ee344db7 3,533 1.00/1.00 vMB 49
818,627 818,627 000000000000000000016067b48192f97eca8669574bc43871f05e283d9b3ce1 3,926 1.00/1.00 vMB 59
818,626 818,626 000000000000000000000e97c494bb339c3e49b0997cd933b1dfb00d990ed859 4,751 1.00/1.00 vMB 53
818,625 818,625 000000000000000000005708f49a86029f59eb6e529954907ee6efc65c105b11 3,149 1.00/1.00 vMB 59
818,624 818,624 000000000000000000017b37121a8384d4512973f7ebdf160bf84e7e1f8d14c5 4,642 1.00/1.00 vMB 51
818,623 818,623 000000000000000000037400d6fcb70fa668d2bbca3fa6618a6e67bce604ce21 4,542 1.00/1.00 vMB 51
818,622 818,622 00000000000000000000b4e914fc474939d0701a7ae99381d651e0e9b81a0739 3,664 1.00/1.00 vMB 62
818,621 818,621 00000000000000000003357ee665414e64a1d22bfff79898220d209143aea293 3,673 1.00/1.00 vMB 68
818,620 818,620 000000000000000000012fe1a1a65f91c13d9b2ba3cf039ebd32619737bfdec4 3,251 1.00/1.00 vMB 65
818,619 818,619 00000000000000000001d6738a954f8f70a2fb0cc67110a90197225c7c157148 4,240 1.00/1.00 vMB 62
818,618 818,618 00000000000000000001e08c4c4356b4cd20c906534cc47a8270eca94179687a 4,243 1.00/1.00 vMB 57
818,617 818,617 00000000000000000001ec7793a05f34b39a508bb4b8c110f43e55d203b801e4 3,752 1.00/1.00 vMB 51
818,616 818,616 000000000000000000003f3f801c54dbb9c2beec7ce6613e583e13b615bc4770 4,774 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.