Memory Pool Memory Pool Refreshing

3,166 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,832 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (328,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,863 578,863 0000000000000000001b4aab8f7fac3233536fcda640bcbc94675f07223d7159 1.07 MB 1,619 32
578,862 578,862 0000000000000000001dd9993a83966a925b26d1264da8c41d6195ccb239376e 1.15 MB 2,004 34
578,861 578,861 0000000000000000001cade21b9ff63d35272a2138f10689881089aff5d29243 1.16 MB 2,308 20
578,860 578,860 00000000000000000002267c84cf66a2dcdd36c009ab5653f846bbf9fc18f499 1.26 MB 2,311 122
578,859 578,859 00000000000000000014c0b95c5d1d7acaabd2f7c54bf26e0c871b0d1fd3f70d 1.35 MB 2,875 114
578,858 578,858 0000000000000000000513dff8b7e2369f23f2de45875bed839fea299d744fbc 1.35 MB 3,062 187
578,857 578,857 000000000000000000039c97e6f23911251c2d4d69e346c419dfeb9202d2125a 1.36 MB 2,695 191
578,856 578,856 0000000000000000000626e5a5118ea273f98785123e455161456b495f2c3ec8 1.45 MB 3,018 187
578,855 578,855 000000000000000000241869e7fe618979a586cc6437d7b6d2ea7c4b90587fe6 1.08 MB 913 25
578,854 578,854 00000000000000000008b78f687d02b0c33fa04a5158e5aa53cc25900738bea1 1.08 MB 1,259 25
578,853 578,853 0000000000000000001ae79d5adebf754af21a73488d18ea47fdf5f233c7730a 1.11 MB 2,195 33
578,852 578,852 000000000000000000109fa5f0e4b6ce6ceea948cb9f5293c90ef47b2edbf850 1.41 MB 1,347 112
578,851 578,851 0000000000000000000aac5d4f21fa3fbc568b2c8b78b1f5af1340ef0bd9e3a0 1.33 MB 1,906 149
578,850 578,850 00000000000000000009af7ff0e3ae9c51e12a3aec473653703fdb8de5998ec9 1.11 MB 2,108 37
578,849 578,849 0000000000000000001cc052b45a2edd51446688d4dfddf47ea27e243b4c1834 1.15 MB 2,076 93
578,848 578,848 00000000000000000024c0593aa70b69c5404f89cf0efa5e6aff89eddedf447a 1.08 MB 1,699 29
578,847 578,847 0000000000000000001e90c3c95661b326100e9aaeb72ecc26b504113e2072fa 1.08 MB 2,401 30
578,846 578,846 000000000000000000069fe5e0ff82314b92c804aa3b4a9ca2cf591e7a9ef33b 1.32 MB 2,630 94
578,845 578,845 000000000000000000119b7c167b1976098e56cf75da34d077707ad8903fb61b 1.31 MB 2,054 98
578,844 578,844 0000000000000000000cbb7e50f63c792e530d3d1f6c0802aa2797fdf3af7ba5 1.48 MB 1,880 150
578,843 578,843 00000000000000000015cbfff07aaaf49a41916194a1e22bd742a9d947c83459 1.50 MB 2,387 200
Previous 10 blocks ↓
Total Size: 769.08 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.26 GB sent, 93.31 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.