Memory Pool Memory Pool Refreshing

3,004 transactions (0.77 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,058 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,994 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,057 (822,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,891 86,891 0000000000111a36ca6bba23cf3c4c479960df7c3f52e15662e5feb09733c2c7 0.00 MB 2 0
86,890 86,890 00000000000d7b3dec09e0edf874013da6f49ffc502ae859f93c43f2ee75adca 0.00 MB 1 0
86,889 86,889 00000000000b46f0db96313de01b8d3f898a451f6b2a62d04c1f481569174714 0.00 MB 5 0
86,888 86,888 00000000000dc36caaa3b725f5da83f0adc9bbcfcf960ffd53aedadbb2c8e319 0.00 MB 8 0
86,887 86,887 00000000001c714176da258c8a57be02f77898226626783a25626b05918a957b 0.00 MB 7 0
86,886 86,886 0000000000054ac0e33d7bb8f2de9cc18e130ff8455aa074d5ba5a11b00abdfb 0.00 MB 3 0
86,885 86,885 0000000000006f0e067092e0e4e1490c10a10873cc3e7bf3be413aeca18b0275 0.00 MB 3 0
86,884 86,884 00000000000d90cc48d8fbab09bbd1420f41f6002704aa1f5e25ac04af3f67a5 0.00 MB 4 0
86,883 86,883 00000000000d3d8edcfffd2a8407f15013a6244312ce5c888c9987fe031cafba 0.00 MB 1 0
86,882 86,882 000000000015d797c8c3784c089d08bb872a79ea18481cd3c163bef08a048f1b 0.00 MB 4 0
86,881 86,881 00000000000f4f54879412383860dc2acfb6b139b9f71ed963ab3508b50495f4 0.00 MB 3 0
86,880 86,880 000000000009e72d314ccfef496d12ce1d25b0b4c85847ea91b5626e133f84d7 0.00 MB 1 0
86,879 86,879 000000000001c86821b1c231871024b38e838140a6bd75621cfcacaea4e96629 0.00 MB 3 0
86,878 86,878 00000000000d5f1e3bbd7e9e0d709c91eff39494affb0194e9798151ba5ba870 0.00 MB 2 0
86,877 86,877 00000000001bc94922765880a3aadb83245d805727c5ca23ddb3227eef70d6de 0.00 MB 9 0
86,876 86,876 0000000000173e9bab0a7f19b976a4633834e07a63b1519b413c7990a5a12e9d 0.00 MB 10 0
86,875 86,875 000000000011d0d5c7da692a1afd6eb6994f5a03f8d2d87aa9e9fc12f26a0b2f 0.00 MB 2 0
86,874 86,874 00000000001b97f41396c057d762d93bff544c593295bc129ddc018eba14ac0a 0.00 MB 2 0
86,873 86,873 00000000000f4ff26842a6888d0ec7265249d2ea65ff51beb5ecef4fe54b1d06 0.00 MB 7 0
86,872 86,872 00000000000eaa37ae1b9cb8b17eea17c0e52b70e8ecb5c8ebb0f5f0acdb2e9b 0.00 MB 4 0
86,871 86,871 00000000000398c7bac198accc2fe35d1a3fedd1a9282c1f51cba6b4cabfad29 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.65 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,897.98 GB sent, 105.77 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.