Memory Pool Memory Pool Refreshing

1,637 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,647 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (319,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,867 588,867 00000000000000000009f40bce083f1a74135afc32fed2f2b613e85068ee15e4 1.14 MB 2,059 13
588,866 588,866 0000000000000000001451d1fad9fbcade8e819d89d04bca287f7b9ccaeb906a 1.30 MB 2,545 27
588,865 588,865 0000000000000000001815a7a64979035b69c4336e8ffff36af8da697f226887 1.38 MB 2,596 48
588,864 588,864 000000000000000000039507546bcbd0b5f36d8ea5b3e600b7a62e9eaf8cd25f 1.25 MB 2,552 34
588,863 588,863 00000000000000000005947f7ed1c1d572cce73afcf39caf0577f7672ab65538 1.21 MB 1,832 23
588,862 588,862 0000000000000000000a5a5ff9610486db588bd04df62910c512a103037475fb 1.22 MB 2,337 30
588,861 588,861 000000000000000000048813a069a669e8b7d5ce69bea2ba90da13debfca5acd 1.28 MB 2,575 35
588,860 588,860 000000000000000000095ce51e64122956329ba0ccdd0bcd92fd9490866df128 1.34 MB 2,333 31
588,859 588,859 00000000000000000003b2a9a1769b6ad1cd9489cc1036ca7eca8da7a841560c 1.23 MB 3,011 54
588,858 588,858 0000000000000000001732bccc78e424a6200863bf2971e311a6514de51933e5 1.30 MB 2,842 54
588,857 588,857 0000000000000000000f32006323c9b59021377a8dd6f92bc6dfc43097e542d8 1.34 MB 2,524 45
588,856 588,856 0000000000000000001724a31b62bc12259daa3727f774de26281c84a0270a63 1.33 MB 2,746 45
588,855 588,855 00000000000000000013ae0a38647acd54d729f69b3adb7980d6816d3938ccb1 0.30 MB 438 28
588,854 588,854 00000000000000000005a23749d0b7492d1ee3d4852d734ce8eee9cdbcdc76ae 0.99 MB 1,742 3
588,853 588,853 0000000000000000000ca481fd9ad9bea64f53178474ea54a7959d51125b77a2 1.28 MB 2,797 31
588,852 588,852 0000000000000000001997d1bb1817cbba7d9a3e99a4c0b969b518ca3f113d62 1.29 MB 2,839 48
588,851 588,851 00000000000000000006c1f5327df55b508173b1806680be5a87ca7b09be7b90 0.26 MB 639 43
588,850 588,850 0000000000000000000dcf68a31fbe95389532eee1111d6c52abe70fc1a61b97 0.82 MB 2,043 25
588,849 588,849 0000000000000000000f6a1d6d7f0f810900667f28a84d2f5bd0f87d71479d61 0.30 MB 828 23
588,848 588,848 00000000000000000003fa3bb89a2c7da75c209b24c00f85d44dff501e28bfe3 0.78 MB 1,811 27
588,847 588,847 000000000000000000043d486136b45090be30ce9596d515e0b5d5ed71ecc3c2 0.31 MB 826 28
Previous 10 blocks ↓
Total Size: 769.30 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,642.73 GB sent, 94.45 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.