Memory Pool Memory Pool Refreshing

7,154 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (601,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,995 305,995 00000000000000002b5fd68c27554752d44861c87adfcea6529d710855106324 0.08 MB 256 48
305,994 305,994 0000000000000000192a8c697b6bc2329d6e9f86ecd35e5eb636f4c37674efe7 0.04 MB 83 28
305,993 305,993 000000000000000003827f27652e530f151dca7deffbfd6f689aa5d81679e549 0.01 MB 19 39
305,992 305,992 00000000000000002976c107f970426cb81e74b2325861bb1778538aaf50e139 0.08 MB 165 31
305,991 305,991 0000000000000000363c3893afc4314cd3e7772f540212b1370a48ef3bc41fdc 0.11 MB 232 31
305,990 305,990 00000000000000004d7dd1edd637b1e70251d2c9261d15e092f91e9860ebbf83 0.13 MB 277 26
305,989 305,989 00000000000000004a1062e8f1a91bf3964c26cdd10dd28cb12074cdd0423075 0.07 MB 137 34
305,988 305,988 00000000000000003b6bafe2ae43d390ca1169b6922cceeeae1a4d14720b446e 0.11 MB 171 28
305,987 305,987 000000000000000026bac875638eac1b4b30a936ce5906141fae687ae4ccce13 0.10 MB 177 27
305,986 305,986 00000000000000000be5fe8fe7a556ed79b8791fb49b9b48fece1655911de769 0.10 MB 187 29
305,985 305,985 00000000000000003889cc5e7aee9709f07decaecaabfe6b79cbe312766b551f 0.20 MB 352 29
305,984 305,984 000000000000000053a5c168c76242048558484f8412003ba9dba32e6cb25959 0.08 MB 87 20
305,983 305,983 000000000000000037592b035eba6ff43093088e6691dfebdfd6d786778af11b 0.01 MB 32 40
305,982 305,982 000000000000000058609a82e8c106f0985ef91887e88b15ec91dd7b1347fee2 0.17 MB 378 35
305,981 305,981 000000000000000013f31f51917c46ec624af94178e852157a351283a2f7415b 0.52 MB 896 29
305,980 305,980 0000000000000000368812e64c137d0f812541879d3cc8fdcd2f250f67d2a902 0.15 MB 342 31
305,979 305,979 00000000000000001f3c0cd9c721317ab2f0a7ef8162cfb158149b9398bf64da 0.30 MB 627 32
305,978 305,978 0000000000000000018ea7ab5779b1d78f3db127df7c1efdd7fa149c8cb7e759 0.23 MB 497 38
305,977 305,977 00000000000000003d4176327cd471326cc7aa6704631f1877e7594be5c10d17 0.27 MB 443 28
305,976 305,976 00000000000000002a5d9a5100710d0f32db21ebb6f6de54f06b44c2aa29e2cc 0.50 MB 1,204 36
305,975 305,975 00000000000000001fc57a5577c63cabd29185608abb021f42eac1ebe23f0150 0.16 MB 314 35
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, 113 incoming
  • Data Transfer: 1,625.98 GB sent, 93.05 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.