Memory Pool Memory Pool Refreshing

4,352 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,836 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (782,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,827 124,827 00000000000023ece6ddac4b32e70500f29c7ee033e1a9594818c42d8cd150a3 0.01 MB 7 1,036
124,826 124,826 000000000000482b2c25f0404b3818da06ce33f581d40d8a8d00b65be73749d6 0.00 MB 1 0
124,825 124,825 0000000000002cc9efa39d10941d0d478e43db12289bfe638daf9337d6721405 0.00 MB 6 337
124,824 124,824 000000000000352c06808862192f2ec3dfa0939b4c93b117e9c6f45cc967802d 0.02 MB 61 2,096
124,823 124,823 000000000000248e9b8cfa6fd0ba25395185f2f0bd9acceadcf13d1c03fb9cf1 0.00 MB 9 0
124,822 124,822 000000000000556607aba25b6bc2c42f0a46be5c5146c49af5efdf2101bf9bac 0.01 MB 12 774
124,821 124,821 00000000000002cd4f5b4dad5de501560b22deae0762dac814bad61cba9a7792 0.00 MB 14 227
124,820 124,820 0000000000003d31fab81de9bf8574ec68d373a2e0bdd5db301a03ff75f465fa 0.00 MB 10 662
124,819 124,819 0000000000000a5fef175bac90146989af67bf394b7e75ba25c16a5d327e874b 0.00 MB 2 0
124,818 124,818 0000000000000e52d70fb75fbabc0974758fc3519367051fa6419de2275f9c8f 0.00 MB 11 1,427
124,817 124,817 00000000000025659b712cb3124a4c19b0ab61510be8f01e086210b876121be1 0.00 MB 10 0
124,816 124,816 0000000000001f366df38347ae9d95eafc42971efc90cc512c5398b4a11cf66d 0.01 MB 29 0
124,815 124,815 000000000000622801e35b77df37c0fa22c4eadc62e09c93294b46e0079e39aa 0.00 MB 7 297
124,814 124,814 00000000000055c850af006507ae6731bf9399933075274deccb3824b9d12ce4 0.00 MB 11 338
124,813 124,813 0000000000005975c1357e88a50dcace53f9257feb697c12ef3fe72db85f27a4 0.01 MB 46 2,465
124,812 124,812 0000000000001d618aa9117400000af911822561dfc122837c4d8a4fa012716d 0.01 MB 11 799
124,811 124,811 0000000000000c2d48b0496ec4d7c7589bff32cb768340b6187de135270409b3 0.00 MB 6 0
124,810 124,810 0000000000002d38a04d5455ace0ada5a1cb1018c257bba0f0d68927ac191710 0.00 MB 9 599
124,809 124,809 00000000000028248637b2f3ca7b4f197fdf1d53294c2c9321559e6b891b2be1 0.00 MB 11 0
124,808 124,808 00000000000014700ceec7403d642f998d3873d653faa756b7aa20c0f824e8ad 0.00 MB 6 338
124,807 124,807 000000000000616ffcf73816af6cc82d28dedf00cd168af0f40a499d6d320528 0.00 MB 11 771
Previous 10 blocks ↓
Total Size: 769.05 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,627.18 GB sent, 93.11 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.