Memory Pool Memory Pool Refreshing

3,461 transactions
1.06 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
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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (777,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,649 130,649 000000000000020d512ce0813b993a28b6ee6bc3910003825639f1360b19170c 0.03 MB 46 1,026
130,648 130,648 00000000000005fcae76bda7ca995a55b9da87305d65e126006dfa1597d56f9c 0.02 MB 53 911
130,647 130,647 0000000000001830983648e7a66bb1c9ab55f0c0fc36b3034070bcff1150670f 0.01 MB 15 2,115
130,646 130,646 0000000000000d64307a965c5124967d21ca11a0b54b17119583b9d0960846aa 0.05 MB 149 688
130,645 130,645 00000000000006d86bbc30484a7fdd4b94fba0a4017d30ce430c26294d67979a 0.05 MB 124 19
130,644 130,644 0000000000000c5491802e91233ad1c00de53a8264cabf6bc0b9016f6257d4a9 0.05 MB 84 1,292
130,643 130,643 000000000000024874235c5096483349c400f6d97186bed2187aece07bc9af8c 0.01 MB 27 268
130,642 130,642 00000000000005d135c82b93170c01f8ee4a5446759d7158b544333b112a7a8f 0.01 MB 25 835
130,641 130,641 000000000000000a094557efb46d4a2c9db2bc0b7876d4431e701175ca30d5e2 0.05 MB 111 1,078
130,640 130,640 0000000000000a33dd0cdaf4b33c1be8779bedb8e274148d074c5ba11b8beea8 0.03 MB 32 977
130,639 130,639 00000000000019805461f011c74a622dc2e10af75234e95da4030b864b7cf1a4 0.05 MB 94 66
130,638 130,638 0000000000001b47a6b9e34ffdb473e9a5d34880c80d19b0cbeaa9d1b74bfaa0 0.01 MB 31 452
130,637 130,637 0000000000001c8767e0bea01c2e459eb7ac0a6b8096b1bf662115a76dfc5e00 0.01 MB 20 2,397
130,636 130,636 0000000000000a024db463ca69ad574838f7285924780f39ce0dabbed1e90840 0.05 MB 84 204
130,635 130,635 0000000000000a067d94ff753eec72830f1205ad3a4c216a08a80c832e551a52 0.00 MB 9 1,929
130,634 130,634 00000000000009c4cdccbc49e72552a732fbbcad97391207d4606186e9e6d899 0.05 MB 76 60
130,633 130,633 0000000000001143243eb54d6e556f14f53a76357a0c5f29a002a1a201de75b1 0.05 MB 76 23
130,632 130,632 0000000000001044770cb28a57742b49dd22dcdaae03ce9204703087399363a8 0.00 MB 1 0
130,631 130,631 0000000000000b02f7fdd95cfa3beda3d51bd49cca0bdeb91647a1f1eefc0fc8 0.00 MB 16 549
130,630 130,630 0000000000001280e3418a30c41fb208e2b931c89df09a4fca214e365fd16c91 0.02 MB 42 120
130,629 130,629 00000000000014d179a0f86cfecab91bc090ea1a8647f4c5d61d3bd80e7da979 0.01 MB 13 1,406
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.57 GB sent, 92.76 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.