Memory Pool Memory Pool Refreshing

10,637 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,432 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (744,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,892 162,892 0000000000000b265d65a34b14b46a0280fb6f944f78a358fdcee41c71e4d009 0.00 MB 8 765
162,891 162,891 0000000000000197b41c00e39c5ce69def639022e06aabe65ac8a911dcfeb860 0.02 MB 51 113
162,890 162,890 000000000000070a74ffa69b88bba7ef7c7c6aeb20e9fa016a76c74de847083e 0.00 MB 2 193
162,889 162,889 000000000000006741e271aa9e23af6aa3af14bb0866817b175e8d5c2b3b8d71 0.01 MB 15 40
162,888 162,888 0000000000000b2b2d225ad556738900a90b3e8fd857a63d70d1771eb16bd7c8 0.00 MB 9 370
162,887 162,887 000000000000059cdc5c0f0e7229d3897dac8f5051eea5b80c8b1761ccbf5adb 0.03 MB 96 90
162,886 162,886 0000000000000715c94284035c905208ae9d7c8baf875c73970e9a3e3ed15c54 0.00 MB 12 412
162,885 162,885 000000000000087d1b947683110ae205e28cf6ace24f7cbb26729709059e91e2 0.01 MB 22 624
162,884 162,884 00000000000003b26012d889a30c245fba1fda5876c95862789a7200df5c0242 0.01 MB 33 61
162,883 162,883 0000000000000a3a067292cf931a7c4e381cb13f6f991799d8bd2d70806c57ee 0.03 MB 15 93
162,882 162,882 00000000000007fc6d0acbeeb534a299577446a1289c9e0c5add2fccf553b716 0.00 MB 11 327
162,881 162,881 00000000000000a8970e79e17a3c0d4dadb85e29a620f3ba299f05ffe38c4085 0.01 MB 36 58
162,880 162,880 00000000000003ad36a5614106ef6cf65f692e59d46bf02effd00ef117247e61 0.02 MB 52 76
162,879 162,879 000000000000077164bdfb591b8f7fdd2cdd8c7532cbcfff7dfd37430eb15728 0.03 MB 90 25
162,878 162,878 00000000000005482bfc1d244c6146713707a79ae4515ae4cc3a1c4eceac73ba 0.01 MB 16 108
162,877 162,877 0000000000000a779df92cedcf35744c89919cbf85cd9fd48080d570de6dc197 0.01 MB 19 52
162,876 162,876 00000000000007b70a5220d6899684fa194d8d7e1ac5d8c61f62ba45b6aad7a5 0.01 MB 20 507
162,875 162,875 000000000000010ab39a553602ee23344add2357b7dfa41565ae231713843fab 0.02 MB 38 210
162,874 162,874 00000000000009cf7c17955a3af4f93f4b37189e6efc99781511a3df21396998 0.00 MB 1 0
162,873 162,873 0000000000000b22169282d02dbd7098b46beaacde5a01a7f2fef0b2d308d79d 0.01 MB 13 483
162,872 162,872 0000000000000304f13260d4fd436905f01a6145022f56bdf20313e8f75867be 0.03 MB 85 72
Previous 10 blocks ↓
Total Size: 769.03 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,625.05 GB sent, 93.02 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.