Memory Pool Memory Pool Refreshing

8,772 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (731,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,916 175,916 00000000000006b7fc56a8f32b06d23e096178fcc8b1f024d385ae473df9e397 0.05 MB 95 150
175,915 175,915 00000000000006467ae1708979d38dcb6d6fcafbab4c6eccf7414da950379243 0.03 MB 95 28
175,914 175,914 000000000000025649fdc5064bb299fcb745f430134a7c0782c675f0fbf0c492 0.06 MB 111 64
175,913 175,913 0000000000000a15859c895b013db5e49a3823b14d500379f907b8c59c26bd67 0.00 MB 11 1,466
175,912 175,912 000000000000086e13f0cf078b8dba2f23a3279b1ed69b39e27a3220e21fb42b 0.01 MB 36 116
175,911 175,911 00000000000005506dedef8a57604eaaba558d4d1a4b10bccd9c5d527be7d8de 0.03 MB 42 52
175,910 175,910 00000000000003f2b20aefa8ed80eb13b5623a14391d857111d5db57fe5dee45 0.05 MB 139 76
175,909 175,909 00000000000003aba9aefce1fa258e8ea2e9b025fc58c2b06f94684e7ed3fe20 0.07 MB 120 68
175,908 175,908 00000000000004cf3c2dc6275ad3f6ebc8ed6f3648e6888cbbd01a2f3d21dda3 0.05 MB 188 0
175,907 175,907 00000000000008adb45529ba9f49547064dd720ffa4c99218bc952c032d4fa6b 0.03 MB 78 255
175,906 175,906 000000000000057f22819c2697c230009f93bbea4c2431b129a1486819628ff0 0.00 MB 1 0
175,905 175,905 0000000000000436abb58f51552ec5f0e1614790693b2f3e95eaa43fc746d90e 0.02 MB 64 81
175,904 175,904 00000000000004729b8f1cb3f0abc0b35b1cddaf8d03941a4488dbdc3e79fd79 0.04 MB 81 56
175,903 175,903 0000000000000115cb72e0fadb4f4e1c799afebed229f479dc6069339f1fb171 0.03 MB 84 128
175,902 175,902 00000000000006711bcf39afbdead55a6190cbdd3b187a060411799c71fb0231 0.01 MB 7 992
175,901 175,901 00000000000002165920a84cc610cad03ef70637f919d1e18b564b4eb88ca22a 0.03 MB 67 144
175,900 175,900 0000000000000598fe1117ff9b277b34581e1249a14ed5bc1a6a2986578ff37b 0.03 MB 61 53
175,899 175,899 00000000000001b472f3e98c3fd4ab167a0b786bfeb7443f3004f28106f3fefc 0.00 MB 6 105
175,898 175,898 00000000000002bccbc9e415e15258f932682299f93f043dd0e59e5efcb09351 0.02 MB 56 99
175,897 175,897 0000000000000a7676554b1a6c52b096d18dbd03beb001df4cdd099a3079f2fc 0.04 MB 64 79
175,896 175,896 0000000000000233cbce34e917f38c7e00a2943fea1bb1bc40adf873e5a51ed0 0.01 MB 33 54
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.