Memory Pool Memory Pool Refreshing

3,722 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,578 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (620,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,624 287,624 0000000000000000349b63ce8ec479185b7bffff9d3b37159ae3e73a01dc629f 0.35 MB 839 41
287,623 287,623 0000000000000000bb3706a6db9613f9de6ca82914ff3862253afa487117e087 0.35 MB 1,011 57
287,622 287,622 0000000000000000e3e10d3e53b12ecee2402e39353780a6242b197fdc8ccd83 0.35 MB 547 32
287,621 287,621 0000000000000000c3337d71c53cb9d26c3945163b7b5ba2b2456a5d7cbf52af 0.41 MB 576 24
287,620 287,620 000000000000000040aa6ecafba05f172e6620cfbfff6f2c131ce9f8d111a88f 0.06 MB 139 105
287,619 287,619 00000000000000008f64f0055fcf3b1ccdf0a99a32d86dcaa974792a3a491eda 0.08 MB 120 20
287,618 287,618 0000000000000000162477bf69e12d95048d8b4fd7806500d7ccd16f64f1a4f8 0.10 MB 131 25
287,617 287,617 0000000000000000215e5693219d2185fc84e272307d31f130959ca8cddea3d7 0.25 MB 492 35
287,616 287,616 0000000000000000281ae8d89c5658ebecac4cba650d276c5023d5620e85792b 0.06 MB 120 22
287,615 287,615 00000000000000015bff7889d3a45168efd3870fe84fa6582557af3f0995adca 0.12 MB 254 42
287,614 287,614 00000000000000014ae4ad6e022db8d8f8f8173e34418d3ec346def7262859b0 0.82 MB 1,290 43
287,613 287,613 0000000000000000a7768164fd010a905b1ef921a159b3084216ff9a3832b022 0.89 MB 668 19
287,612 287,612 0000000000000000cea48b9d0e682048f3212751efca46d629d8b86ca9b61397 0.90 MB 1,459 28
287,611 287,611 0000000000000000f7518ca107c204feb23eb193cbee2e25eadf974553645bf8 0.25 MB 787 112
287,610 287,610 000000000000000123f8a84997e341a6143461c951f871caf888da9efeab021b 0.35 MB 389 28
287,609 287,609 00000000000000001afb20cece23d18b6083669d58f27e6788cb77a4ebc98d69 0.50 MB 1,260 46
287,608 287,608 000000000000000148ef709355a914f6b371a96cc9117beed2893ccd60f346a6 0.50 MB 600 28
287,607 287,607 00000000000000005052e19dbb0ea840002fb7d241d0c548555c58ace75931b9 0.35 MB 722 48
287,606 287,606 00000000000000014fed1c1ce357c9da9680ecdf8bfe0f81c15d9f36b000a63f 0.35 MB 770 40
287,605 287,605 000000000000000077f3a3809b400131087026159f9230b0be18568fd18d27ce 0.25 MB 754 104
287,604 287,604 0000000000000000d2df5c253f846bca8c938c19e23d3f37c0249494b8276c85 0.25 MB 821 43
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.