Memory Pool Memory Pool Refreshing

8,866 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,091 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,658 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,090 (845,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,409 62,409 000000000143c4c62a9015d5a8baf0fe712e057238617d61d553ee7b95ff3f88 0.00 MB 1 0
62,408 62,408 000000000c5c4c64fad508a9db4a4a0ef0315632913e28380377500fbf7fdf55 0.00 MB 1 0
62,407 62,407 00000000067b57ff2adbab7ccf8f5416d7508e9fd8023d98c68ba47f4eb028da 0.00 MB 1 0
62,406 62,406 000000000c6daf2be2930b409815b908c0aa8f0006afc788a62e87a56214250d 0.00 MB 2 0
62,405 62,405 00000000063b14fdbcbe31925c5de925ce53ec9c98dc0ef0abd72ef106069574 0.00 MB 1 0
62,404 62,404 000000000b8c6fda019eb89707f68f2c5e52f38f0c3389fa6ab7326936f4d952 0.00 MB 1 0
62,403 62,403 0000000002a7c73b11759ec6ba5de22c70a1a0772023083dadbc920f18b0b45d 0.00 MB 2 0
62,402 62,402 000000000bd0187738eb8702ef32981c5b9743c40cbac04c4d816bdae6999638 0.00 MB 1 0
62,401 62,401 000000000d742c21de249759b45192eb57bc15c35dc1241f6f122e5b7a451545 0.00 MB 1 0
62,400 62,400 000000000d51384d5c7573ebb8ac95d860ce2d1bd74ad6c228406b55f71dc75a 0.00 MB 5 0
62,399 62,399 0000000004fe9ad212806ada27d16de0c15730de11db0b015f4e7c26182694ef 0.00 MB 1 0
62,398 62,398 000000000d56f5cfb187118e86b9de01ac44006500a4ce59eac6bc0144fde9f6 0.00 MB 2 0
62,397 62,397 0000000009e52f2f883ba5e2f5f4dfc469be284c95255b6f198df07f080ef09f 0.00 MB 1 0
62,396 62,396 00000000033ebdfca5455cafbe8b1689a8fecb9a32e91c3a805cce6dd38ba4e0 0.00 MB 2 0
62,395 62,395 0000000001e881b3c53eca3acd2b9f1fa78763a8356c43c3bf7484bd420bac9e 0.00 MB 2 0
62,394 62,394 000000000e4bfb28427fa0f5fdadb61022118c03ef0cf80a1d483d05c56049f8 0.00 MB 1 0
62,393 62,393 000000000842a8186222162a23892aaee77e5f139fdcb2f2358911efd40dcfb7 0.00 MB 2 0
62,392 62,392 000000000327bf2ca815a9a044574abee8fcea94567bd6a91c6d9fae01d5c354 0.00 MB 1 0
62,391 62,391 0000000005172519540f0bcf10ed22308270a69bb59b72c70a4e9df16cc0d018 0.00 MB 1 0
62,390 62,390 0000000007f300a1e4c37d48801b3045873c704262023d6637515e6b36ee8c62 0.00 MB 2 0
62,389 62,389 000000000007598944e960a9bfea424cde80ac3399c325ded7a04b2bb55a0a20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,677.65 GB sent, 96.48 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.