Memory Pool Memory Pool Refreshing

6,607 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (128,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,206 779,206 00000000000000000000dc9c295b973649aab9a716609822a2932393bd2bfbc0 1.39 MB 2,786 31
779,205 779,205 000000000000000000062d346a739be9bade1f62adca9e40f18b90df5663fb80 1.72 MB 923 8
779,204 779,204 00000000000000000000612315b8acc250d5278311b488f9dc93c7f947e99720 1.27 MB 1,901 22
779,203 779,203 0000000000000000000646b5c808c7e7e753b2159d9ccd29a5bb59e80e2adeef 3.62 MB 440 3
779,202 779,202 00000000000000000004595a2c558149fcd9b6fb35b26dd34b7846f3532ea43f 3.14 MB 720 4
779,201 779,201 00000000000000000001dab65a3b0d10e35f1d3b9ce01568d7c80b9323ce2f75 2.89 MB 1,487 8
779,200 779,200 00000000000000000001495ab5c2e80bb34a783a28cd2f3f15e59b6456736f7f 3.84 MB 361 2
779,199 779,199 00000000000000000001c5b522a162ec9522ed528c8567b250d26cae788ec76a 3.28 MB 774 4
779,198 779,198 00000000000000000005d93b3c60a280a25147e7a1d504815c74a7543138e271 2.32 MB 2,060 12
779,197 779,197 000000000000000000006cc46dc96f1097beff2deb9ac9f837b28e2e301ffc70 2.40 MB 1,999 10
779,196 779,196 00000000000000000000b5d875a0078100e633c9162eeb4ec23f626b92e1938a 1.70 MB 3,423 16
779,195 779,195 00000000000000000000890dae7cc208afd396c36711a0358e94bf490136d7c5 2.55 MB 2,101 8
779,194 779,194 0000000000000000000342499090cb18710b7298bfd10e1e5343000ccd6709bd 1.84 MB 2,882 14
779,193 779,193 00000000000000000001fba066423a33282e41f80a46bc4b4370cd8cb6dca715 1.47 MB 3,207 30
779,192 779,192 00000000000000000003dd3774878d2ec04bf94940182222de11c35895daae5e 3.47 MB 319 2
779,191 779,191 00000000000000000000454cfcab09e75aa005cc699d19ba6a6284cd3a133b27 2.48 MB 1,983 12
779,190 779,190 0000000000000000000299617bbd9b863cd9a40f6a053c2ffd6208a3610817f5 3.66 MB 636 4
779,189 779,189 0000000000000000000057ad19bfc5a9d0beb594e7758064f10786b6dfaf5272 1.88 MB 2,683 17
779,188 779,188 000000000000000000042bcce7d4d8354d58fcc77cade93bec76e4b2751ece66 2.15 MB 2,470 8
779,187 779,187 000000000000000000036706602c911837b8019f82afafdc7f21bccfafa7d335 1.28 MB 1,607 18
779,186 779,186 000000000000000000047854a224346554dc98647bf23395418f47340ae5e95a 1.28 MB 1,926 26
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.38 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.