Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,089 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,582 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,088 (822,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
86,870 86,870 00000000000850df2eb02b8de2cb2d25f626b971df740a51cd110b14f7ddaef8 0.00 MB 8 0
86,869 86,869 0000000000031d4e9f4e96ac010a9ecd635c7eeb6080e391dfbd7d51f1cb8dc0 0.00 MB 2 0
86,868 86,868 00000000001b3a8ad25cd8bf6aab6025c04d7827a29bc6644bd8a4abe2a02017 0.01 MB 15 0
86,867 86,867 0000000000009ff2840fe6811aaecf105cc73f23eb4b2d6fdb34b51f0a9884c0 0.00 MB 4 0
86,866 86,866 000000000006e8bacdc08af1ef3a2cc391a00e7ba3a89d80a6c057699b3ea640 0.00 MB 7 0
86,865 86,865 00000000000f89df9b3307d47d486513b71b0c8dcfac29a4ed72b2eae2d744d7 0.00 MB 5 0
86,864 86,864 00000000001ba96fda9f7c7f6cc926d5e8c39c89bf4855be2c972b5957e8e456 0.00 MB 4 0
86,863 86,863 00000000001a6139c7dc97cfb46e0dd3296d46f0ad0cfef79a14d088cb45fd2a 0.00 MB 9 0
86,862 86,862 00000000000c7382a8150e7975464c1b3394d28db7423f1957e71980346d2fcc 0.00 MB 9 0
86,861 86,861 000000000001e7556eafde2b8ff335128284b3bd0e6046c452495925e050a086 0.00 MB 11 0
86,860 86,860 00000000000b187e60aaa0e628b2977806dc7a47f5886aed744e8633045cf556 0.00 MB 3 0
86,859 86,859 000000000009f3444d8c7809fb3c91645cf3b8ca8170839bff21109a57fcb85e 0.00 MB 7 0
86,858 86,858 0000000000098aa4e21a16e05af4dc90a0da80af36f9fe849ae9b1024e77bdd2 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.71 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,908.72 GB sent, 106.08 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.