Memory Pool Memory Pool Refreshing

1,634 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,628 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (35,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,920 871,920 0000000000000000000296532449263e0d1b7a9e3f7046150269acffc69685f8 1.89 MB 4,865 3
871,919 871,919 00000000000000000001212fa6838bbe3ef2a7eb299a2cdb5a8b8f0564018fe2 2.02 MB 4,725 1
871,918 871,918 0000000000000000000089668981bed5e6a76824895212b9316266ccb7e775a4 1.91 MB 5,453 3
871,917 871,917 0000000000000000000034314e6a1ffe70defb824048fa8a8900de03805e0fdf 1.81 MB 5,593 3
871,916 871,916 0000000000000000000021fb7563e12cba486c6b0546a944d4c25857d208c49d 1.63 MB 3,878 2
871,915 871,915 00000000000000000000687fc12a046c4027622b3720d5e6c3a3f2bacb30a45b 1.74 MB 4,621 2
871,914 871,914 00000000000000000000b7f61e394363dc1f37dfe77cdd93918e43385dd06bf7 1.47 MB 3,025 7
871,913 871,913 00000000000000000001a896abdc2aef467cf8ee30df0f65ff6a9632013e1a8b 1.60 MB 3,386 6
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
Previous 10 blocks ↓
Total Size: 769.10 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.12 GB sent, 93.41 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.