Memory Pool Memory Pool Refreshing

2,330 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,327 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (775,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,865 131,865 0000000000000fe1384f2f5aa4dcabd0c36bc455324ff87fa8f7b12b46b3c937 0.01 MB 29 1,079
131,864 131,864 00000000000011947dc115c0510ec53f1f0fad1173c2c70c59c207761544f4b4 0.00 MB 11 0
131,863 131,863 00000000000012e7bbda24835f0588c3335d21bb110d2fbe40a5050a8b089f4d 0.02 MB 37 665
131,862 131,862 0000000000000b7bb83de9affdd7129e10ae7c249f4910ea7a0bbdcb67b89a91 0.03 MB 82 327
131,861 131,861 0000000000000961b2a167a54938632dbf848def43d569bab0be4a2272349f98 0.03 MB 92 392
131,860 131,860 00000000000006f18db3f4d6af951beb313f7c330e154719f1cd3f08c947b26d 0.03 MB 48 760
131,859 131,859 0000000000000169b8cfaf2c7a4f49cb5c628942218a9803debf2d56f421fb8d 0.05 MB 133 545
131,858 131,858 0000000000000dd312516bec5227284cacc7493a8f1b2fa8241ea21843b12e53 0.01 MB 31 544
131,857 131,857 0000000000000b1683c74579ed5dba76eddec2a8443ec507f01e44b8f2fb38d4 0.01 MB 16 701
131,856 131,856 000000000000064cfd91c84b97fb94964b3b5a411f47b73d2955c95eecc0340e 0.00 MB 1 0
131,855 131,855 000000000000066e545ee916bfe4415fa67465f78c0c76eb5dbe9357e63ec97e 0.05 MB 156 259
131,854 131,854 00000000000006dd590ab21e2afd46e1ff872a9fa34577b719e6da7437ae6b81 0.01 MB 26 115
131,853 131,853 00000000000001d4e0cc864f30cb8ba308ca0cb7655a0dc44487194b0fe935f8 0.02 MB 34 999
131,852 131,852 0000000000000581056e3737de88800456eb89c3f7f4d05e6f36b2077399be3c 0.02 MB 54 292
131,851 131,851 000000000000078a2d147f52a03d1d76fbd59ce09aa5f2fd1c5b3db6a8a32e0b 0.00 MB 13 2,021
131,850 131,850 00000000000009db6fe57f6cf466e44c0ef7f6b10f0b2f920c5606c84ba8feb1 0.05 MB 123 506
131,849 131,849 0000000000000a5b6f169f6de6ec079b22bca67f4f62f5a294286854b80735cd 0.00 MB 14 565
131,848 131,848 0000000000000a305756ffdf609aa113aa725f767e2eea9d27831066b3fcbb35 0.01 MB 40 84
131,847 131,847 0000000000000f7652a2fd8d49e6e867bdfcd8edfde2567306f53a4798a5bbae 0.01 MB 17 1,738
131,846 131,846 000000000000115023f6375310ac7f03e5996b8d1faa273b8a411fa7bc8792c7 0.05 MB 170 55
131,845 131,845 00000000000002702dd338792b027a9e9fc908060763272d6ba8c998704fe4df 0.03 MB 50 834
Previous 10 blocks ↓
Total Size: 769.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,628.35 GB sent, 93.35 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.