Memory Pool Memory Pool Refreshing

10,424 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,351 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (174,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,229 733,229 00000000000000000008fa4df8e9454980e70d101f75a357d452a84faa90c127 1.33 MB 2,628 15
733,228 733,228 00000000000000000007a9570326e467d841e99a49a002484521f305c06cfcf0 1.33 MB 2,417 8
733,227 733,227 0000000000000000000432700585d2ed10e24d62ea39eb4d0f6c2f0279cbfc1f 0.50 MB 524 2
733,226 733,226 00000000000000000000a016f2010c9c2b5f13ff921ea4296d890f32c925abbe 1.52 MB 2,753 4
733,225 733,225 0000000000000000000548009f9218733b0600984a0908873b8247ad8e2c381e 1.19 MB 1,262 8
733,224 733,224 00000000000000000005276b3b4ebd6c707b1a7b7874d3df57b41eb9eee4b74d 1.52 MB 2,960 16
733,223 733,223 0000000000000000000155fda4b79773dbc2d4760a9e4074ec56afb531f30384 0.06 MB 160 9
733,222 733,222 000000000000000000042ae4fa41637831d4a65e19344454e6a9b624c45d6866 0.66 MB 1,136 7
733,221 733,221 00000000000000000001462cf987f7c71301ea08321a267d8052dd5770bedfeb 0.09 MB 229 9
733,220 733,220 000000000000000000023c6fedef7920fd2e8f622a1ea356585d029e893eb820 1.57 MB 1,867 2
733,219 733,219 000000000000000000084821789d1800baddc69e34814c115b660127ab4a9765 1.64 MB 2,179 7
733,218 733,218 00000000000000000002606ac0ffef12ff09ca73ed05ea9ac136446bbcdbc55d 1.55 MB 2,618 8
733,217 733,217 0000000000000000000970d07ac7d77ad408660b819caf88d5bb137dea24ba02 1.46 MB 3,270 12
733,216 733,216 00000000000000000005d97b4c42693bea663cd9b656df44b2ea45f294466a0d 1.21 MB 1,523 6
733,215 733,215 00000000000000000001d08a4a91871abd28b9454a2dd4f063af0964f1d830d7 0.92 MB 1,129 4
733,214 733,214 00000000000000000007ed0e77b55bef6aaab72dca27c7f5abb4a76077866baf 1.56 MB 2,794 3
733,213 733,213 0000000000000000000727f8c4f910699f81e9f4ee4526316cdb347b4f3c6f20 1.54 MB 3,085 11
733,212 733,212 0000000000000000000613bedd86caff0f762a8af23ec7fbd408993998576a68 1.24 MB 1,929 6
733,211 733,211 00000000000000000009a92dd83a06bbb8d86b6e1f9d28d4a9feebe402beaf64 1.49 MB 2,964 14
733,210 733,210 00000000000000000001057de65207a7a8282076c760e8f71601ccc0c1c13ea5 1.16 MB 2,205 8
733,209 733,209 000000000000000000030ebebc716020f40a1a9307de856af3e06524f00d8afd 0.73 MB 1,131 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.