Memory Pool Memory Pool Refreshing

344 transactions
5.02 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,263 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 295 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,262 (798,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,625 109,625 0000000000005a26335566fbc2f4dd3ac97faa8c26953a3c4fcab6c7042ec24c 0.00 MB 12 0
109,624 109,624 00000000000164b2bad80d01d36a487b4a5e22eb853e4efe209a2b6c96936bc0 0.00 MB 5 0
109,623 109,623 0000000000014ad24c5679e0dfe61580993e7a186937aa95e42674643e288396 0.00 MB 11 0
109,622 109,622 0000000000008b4fab3427a768f843a55f6768745476ab1708c8ed08e321a458 0.00 MB 6 0
109,621 109,621 000000000000ad254708fe152177110edd394c94fb1cc81b0cfa8d612224112b 0.00 MB 9 0
109,620 109,620 000000000000394e87d505194d8bf56a7716dd22a02558f33c1f5cca848383a6 0.00 MB 5 0
109,619 109,619 00000000000092d33bab4ac8f4ca2cd1e2e5fbf8a70f9f8d8d8d64edb7f9a62d 0.00 MB 10 0
109,618 109,618 0000000000004dbf273a8f2b8897077a7a36faa938ca3830a1f4f29ecf591d67 0.00 MB 11 0
109,617 109,617 0000000000010e6c22e4644a8bd2d45beac56fb89bb96801f00d409faa044a8a 0.00 MB 10 0
109,616 109,616 0000000000002c73aa09f3c5795c1bea590fc89bc917f32276336e6ca33bc774 0.00 MB 4 0
109,615 109,615 0000000000012573f3e2b03d31caa466b1baa4878012fd7c6b839c1ef21a2642 0.00 MB 1 0
109,614 109,614 0000000000002867bf23e982d535b4366acd07f4c01130ba25b729d7422e7a12 0.00 MB 2 0
109,613 109,613 00000000000079b73cea474b231653834324faaad0a3213595c67767dcb5d883 0.00 MB 3 0
109,612 109,612 0000000000014ccd0c88621431b18a2e105312a38404775efed4f518bc88af2d 0.00 MB 3 0
109,611 109,611 00000000000150879431fbc2646b8cfcee1801454184ce08df0775b0265e301c 0.00 MB 4 0
109,610 109,610 00000000000135ff672576d9e8a1301c2c6906e97e34ed4e3be4352cfceb0b3d 0.00 MB 9 0
109,609 109,609 0000000000011e6c46b6f6d6ee4ce9505e8ef83b159d35b2f9acb72b87419f07 0.00 MB 10 0
109,608 109,608 000000000000ff66b32a88fba687dd29bf4297f39f844cd72b1272292f59c888 0.00 MB 12 0
109,607 109,607 0000000000015cb59f2a50ff9ea4120b5ee140a4d9f531c0256e41c552bff5c0 0.00 MB 3 0
109,606 109,606 000000000000fd82355922743ccc154ed170b096c848d1568b6e40afd6b3dc92 0.00 MB 12 0
109,605 109,605 00000000000042fedb2196c1209a6bf5f32ba9270cb7a3494d02934d0917c2ce 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.09 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,691.34 GB sent, 98.09 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.