Memory Pool Memory Pool Refreshing

13,981 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (747,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,815 159,815 00000000000005830a7d5bfadcf1d7bdadf27aff31f4606bff2eea42bbc9a422 0.01 MB 33 127
159,814 159,814 0000000000000cc2d1aeafe30b50c5b3bf34af604cf437bf512ffd21116560bf 0.01 MB 27 689
159,813 159,813 0000000000000c6f5a20409abdc677371282b6c0784a6b9b41c88e3f96315566 0.01 MB 15 265
159,812 159,812 000000000000080fdb543a1f7b7fb24578d5ff7726f8d4b625582c441262d0b2 0.02 MB 34 196
159,811 159,811 0000000000000425ecb15cff161d5442d4f56256d74c6be4bdd00fe31b7f33ec 0.01 MB 44 95
159,810 159,810 00000000000006ef21ff41458463d937786c584dd4c346c96457174de710a294 0.02 MB 70 22
159,809 159,809 000000000000008ede70a3d7314c27c5b481c0617163ac8ed26bce85c0a52615 0.00 MB 2 0
159,808 159,808 00000000000007987c2badac3ca333ec6274a87f94e773623247cd71659a291c 0.02 MB 35 356
159,807 159,807 0000000000000e71fa179b7e3560b856be9298fb7f8eef2b55f7fd9b271e6306 0.02 MB 43 2,115
159,806 159,806 00000000000008cd67d36a320ede8ad835b9ff5af2286d886cc7043baa8c3ec4 0.02 MB 84 24
159,805 159,805 0000000000000a3877b4ee11148caa72d28079bca54ffee132701de015e9bbbd 0.02 MB 37 43
159,804 159,804 000000000000096e0fb5e36c83975d0caa159c75c116b29a1c9e83be42eeefce 0.01 MB 29 90
159,803 159,803 00000000000001a1189579040ba629807c3b1680dd6154fe7b6d4db97214dde6 0.03 MB 89 43
159,802 159,802 000000000000017febf23ee7a7a7379858a1f7329a4598d85d6a5db60195b371 0.01 MB 23 258
159,801 159,801 0000000000000db338368b4190add7a15c0390f31e7df0172f4a942c40b52e31 0.02 MB 37 36
159,800 159,800 0000000000000d00734781dbae50f14b5aa5696f54b1736bf3b3c7d3d14b3ede 0.00 MB 10 90
159,799 159,799 000000000000038be09d3acd689ad297c96f51d69e0d8c1a81b23cbc44b1ec5a 0.01 MB 40 0
159,798 159,798 0000000000000c3d5c215f0f8dc56da269391c3d111604a62f75855db5d21a14 0.01 MB 13 59
159,797 159,797 00000000000007c18fc273a92ac68daca82a3267ca4a9975f5c46aaa2a8c955d 0.01 MB 17 210
159,796 159,796 00000000000005ad390c7dd63b39f5b8335a468fa300440524df639b2e2a02a1 0.03 MB 85 160
159,795 159,795 00000000000001201ea4a4ca4d5cbfe6966bdf843b8702a3e9f11ad97d05d549 0.01 MB 36 304
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.