Memory Pool Memory Pool Refreshing

1,561 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (812,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,839 95,839 00000000000462cdde393756b1ff9830e3b5bdbe144dbf6da5ca2fa553d8c444 0.00 MB 4 0
95,838 95,838 0000000000052437b27427a5e0dd72c6e66b0a3c3b9219e405a6098e6eefe338 0.00 MB 1 0
95,837 95,837 0000000000027cfffe7a98fc89f8d5a97ce822eeee40ec54bea9659b3a87e286 0.00 MB 1 0
95,836 95,836 00000000000314ff9e295f8f1b99ba1ea7b890674fdc68c413373aa4a615fc7a 0.00 MB 1 0
95,835 95,835 000000000000ebe33536607a4e89b2dc73ade78dc816a7ec1a24a1a9ba995f7d 0.00 MB 2 2,277
95,834 95,834 000000000002f63cd73bac93ef5e442f326a9b8c5ea2fc133f22f633b5441cef 0.00 MB 1 0
95,833 95,833 000000000004dc85cf296bcdd81bfc3abbcbf4887b209a439f8f69f515ad0110 0.00 MB 1 0
95,832 95,832 000000000003ba9c7ff2584e52ed564c9f15d03ac882beb8e76e0c086b69c618 0.00 MB 5 1,074
95,831 95,831 0000000000024503f5f0a964c0eb41bbfd5436dbc33cb701686d0266343a373f 0.00 MB 1 0
95,830 95,830 000000000002aa7b0fd6bab66639ebf83b6d176a3156e62682300137e68d5b79 0.00 MB 1 0
95,829 95,829 0000000000031fde66c3a4a0da45b3b6fcf22624c41ab1fa6de3ad2efd8c17b9 0.00 MB 2 0
95,828 95,828 000000000007997ab2282811d16f5e8a264601e68ce0aad027a64631535ea914 0.00 MB 1 0
95,827 95,827 000000000001b6024376b8dd65abcbf422709ec5c4ddbda19817c6b81654eeec 0.00 MB 1 0
95,826 95,826 00000000000089765bc5401e98d13bbf08b884672641240033441293474680b2 0.00 MB 3 0
95,825 95,825 000000000003f1961aff6d154a3e5acb0872868b5477a7f6d2db068859c136a6 0.00 MB 1 0
95,824 95,824 0000000000065208cee66ed77763318b99cff899dbc75e45dc6261c070ee4dc2 0.00 MB 3 0
95,823 95,823 0000000000023c59dda8a0920c7c93d1363f6f1a09d22b39c03650a8059838e4 0.00 MB 1 0
95,822 95,822 0000000000045cabe68fc0d69a3bcc736ffc0db1ed0a07ee320aa754c14b6a80 0.00 MB 1 0
95,821 95,821 000000000006e8cf16cbc3e151eaa41dd5db9f5904637bd7dbc1885b433cd0d8 0.00 MB 1 0
95,820 95,820 0000000000006154dba0950e34ea53c43258e7eaf78d2f8cf2e250a300acb850 0.00 MB 1 0
95,819 95,819 000000000005ed878f149b3a58cc405a6aa805657d94064595564a21119d379b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.