Memory Pool Memory Pool Refreshing

10,270 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (179,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,871 727,871 000000000000000000080f4f61c353d92834fafcd1f35c9258046b2606858a64 1.83 MB 769 2
727,870 727,870 00000000000000000007c74a9dae297f1b7153dae75861ef30acb58159b431b2 1.64 MB 2,359 3
727,869 727,869 000000000000000000049e4f5d151aec7484e3b87035c7095c4976f76c48049d 1.50 MB 3,039 13
727,868 727,868 000000000000000000056f1ca11d96c4c06d2871728cc6194b03242a1cc8e878 1.55 MB 3,283 10
727,867 727,867 000000000000000000079182349c379f9b9ad6d2d4da9fc74b606cbc9710db70 1.33 MB 1,798 5
727,866 727,866 00000000000000000000d7a1db16c8f257e1c06331489db27104ad4c085a7200 1.52 MB 2,687 12
727,865 727,865 000000000000000000033754b62b6b412dc201622979374367bd1e0217858e43 1.32 MB 1,530 4
727,864 727,864 00000000000000000004693bcf090928630c675acdf21902741fbdb90e004b53 1.56 MB 2,679 5
727,863 727,863 00000000000000000004b041881decae3fd9647bb837dd289c34669a77cd3b24 1.64 MB 1,256 10
727,862 727,862 00000000000000000002161e646511c589f532c7a1a5591a29539a3c8243f216 1.59 MB 1,629 18
727,861 727,861 000000000000000000030661d38b7be6c8413eaf907f8ff07c36aebd89cf7486 1.52 MB 1,994 10
727,860 727,860 000000000000000000096d5f51cb5353c17b8057ad3f55917d57056132ab5079 1.37 MB 1,266 2
727,859 727,859 00000000000000000000d002ae2f5e33af59fd5973e7550e7653d50fe841173f 1.64 MB 1,698 4
727,858 727,858 0000000000000000000a1a16f8aa75883445db17f6d38c8114bd8081a79b847e 1.58 MB 1,929 16
727,857 727,857 0000000000000000000494bc7cbb17793e8b54b8b4bc2c3dccad5d595cfcc3f9 1.71 MB 1,781 5
727,856 727,856 00000000000000000001ca2ac316e74666cab7f16e6d8d6272a27bd951801edc 1.79 MB 1,377 10
727,855 727,855 000000000000000000081e2e334347f0597b989e1608042062e4611391c8636e 1.62 MB 2,096 6
727,854 727,854 00000000000000000001ad0c99d8e13aa92aefad0746011f1f26484995748906 1.14 MB 1,485 8
727,853 727,853 000000000000000000021b621e129f43ebe2e8cbb5c5a510bf3bf12ea8c40694 1.27 MB 1,807 7
727,852 727,852 00000000000000000000f285323179f269ab90c4036260e73aaa13282cc88ae4 1.27 MB 1,158 4
727,851 727,851 0000000000000000000023bc2f7373383579e3a8933659e8d9ccb66114084ad6 1.40 MB 2,236 9
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.