Memory Pool Memory Pool Refreshing

768 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (35,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,912 871,912 000000000000000000000875794d0d6a2648ba62fb96e0b6cf1ea86746a9e86a 1.62 MB 3,403 4
871,911 871,911 00000000000000000001e2aaf489fb2e5f13b4289049762779d12bdcf355c0c2 1.61 MB 3,265 10
871,910 871,910 000000000000000000022a53f4a39518244de5a53ee4b5d19e866bd8ba44752c 1.61 MB 3,838 6
871,909 871,909 0000000000000000000227e7f26ced504aa5fa6c93fd9f48c05f8c67a25cc8b8 1.59 MB 5,215 2
871,908 871,908 000000000000000000029caa08f6e70f4a98880cdaeca262293b1394a1616518 1.62 MB 4,763 4
871,907 871,907 0000000000000000000263b0f6338c9437fe6b3476a19c2e5bedbcdae191e6d5 1.81 MB 3,441 3
871,906 871,906 000000000000000000011c245afbf641073219252806ad5e0eb10d93ca589a1a 1.74 MB 1,866 4
871,905 871,905 000000000000000000010c3dc4da095f0abc75fa6f6e5d3aee0c2debc8a5ac43 1.67 MB 1,484 4
871,904 871,904 00000000000000000001cd06074a945aefda1b84383a5149592dfbf64a368953 1.79 MB 1,024 3
871,903 871,903 0000000000000000000213f22e60243f69d1b92450fb4b0372740d0bf94dd825 1.58 MB 3,409 7
871,902 871,902 00000000000000000000793caf3853ff7e48f9970ee8f367f44c307e65585ed1 1.70 MB 2,924 3
871,901 871,901 000000000000000000001fb7b6273c407dd351287ae7e0aa47a6b72b92a500b2 1.55 MB 4,022 7
871,900 871,900 00000000000000000001002c04ea907875a7ea4b7f7ab7e6d94940aeb691c021 1.61 MB 4,831 6
871,899 871,899 00000000000000000002818e1f36c74c632e18063d5899612ca5eece9e108b94 1.54 MB 4,696 7
871,898 871,898 00000000000000000001614928aeb5a6d65ecc134fa4ab923c3324f8ce9ed267 1.68 MB 3,932 5
871,897 871,897 000000000000000000013614a05041a202e408fbb003ba16af9d879ea14d5462 1.61 MB 3,079 8
871,896 871,896 0000000000000000000075a7453a85e4fadc553d098f0a7119d829cd6af50ff2 1.97 MB 3,753 2
871,895 871,895 000000000000000000005c5917c529e8fce1bb31214f03518a2b1e2766364283 1.33 MB 1,815 3
871,894 871,894 00000000000000000001f2a4c97f8d9e37012c802d3027f0636e31b946bf3860 1.45 MB 2,924 5
871,893 871,893 000000000000000000005c8453e6598607d6a77dcaa3ff5e850e5e11a8807606 1.78 MB 2,993 3
871,892 871,892 00000000000000000000f4ad30f89f4ca653605a28947f92324b8967e7769b09 1.47 MB 3,473 3
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.