Memory Pool Memory Pool Refreshing

6,379 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,105 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (382,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,162 525,162 00000000000000000026571500628b64e1e9a997156a3d7900d09d1a0dd0ae8f 0.93 MB 2,307 19
525,161 525,161 000000000000000000392a5c05501b9ffa1048816b8cad96b0e691da551cb6f6 0.02 MB 16 6
525,160 525,160 000000000000000000229411aafbbc1e28ca0ec6d828002366974e52b212c177 0.82 MB 1,291 19
525,159 525,159 0000000000000000003688ec749c011788f5f7b6689d4f8a62422403ce23a397 0.35 MB 912 21
525,158 525,158 00000000000000000028a3d97c6f70d1f4969ecb9cc0a7541673aa3aae3e05f2 0.29 MB 681 19
525,157 525,157 00000000000000000029b37f702a2e849df1c21e2f3a82994865e92354cd081d 0.34 MB 576 32
525,156 525,156 0000000000000000000d0030b4a85e95adf6cd70959223793b8551ed30af1e2e 0.57 MB 1,224 18
525,155 525,155 0000000000000000002240cf4f7bef316289fa2699ef634f525b4da25d0f91b3 0.41 MB 674 15
525,154 525,154 0000000000000000002143bcdccc2df4a9625b368d3ca497fc57c60497d7ed64 0.43 MB 766 7
525,153 525,153 00000000000000000020eca63622e38e71b521e5041f34e249f43ef107218324 1.15 MB 2,879 23
525,152 525,152 0000000000000000002e0e6f8029420fe5e9a60a7f632e075dda144b42bfe38c 1.12 MB 2,716 24
525,151 525,151 00000000000000000013894c22b0a470b30810cc7c2954624f23e9581a4c7cb6 0.62 MB 1,633 19
525,150 525,150 000000000000000000034da6aa82106ab54afa4ecebaa9b9dae686d6ced71cca 1.26 MB 3,144 20
525,149 525,149 00000000000000000016a00ef2b41c3b4e5eae804e1bffdd96fd6535194cde71 0.88 MB 1,862 21
525,148 525,148 00000000000000000031e378dd5c43969496232329edd9b303ae463c2d9820f6 1.15 MB 2,671 26
525,147 525,147 00000000000000000033d6275325ed3c7e43030f150aef93950a9b12894b3b72 0.62 MB 1,381 24
525,146 525,146 0000000000000000000219220efcfcd4e0a304c2cb4dab84ec667300d0f73952 0.16 MB 321 24
525,145 525,145 0000000000000000002e40298508bc568d670531ba3342322afb95b8231f099a 0.66 MB 1,576 23
525,144 525,144 0000000000000000002522bf4e7beeb83820bcd90b73eec79c869a1ab75ba2f3 0.17 MB 291 18
525,143 525,143 0000000000000000000ee3e867fefcf096ee2f8f7c29c8dcecedf6db1a559abf 1.16 MB 2,391 21
525,142 525,142 0000000000000000001c88f602f6f698f513d81d5f24cac6ed30ce4b115718f0 0.05 MB 100 28
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.