Memory Pool Memory Pool Refreshing

3,318 transactions (0.83 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 3,294 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,015 (899,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,224 9,224 0000000080d012f6ffe5c8839ed6119ea94c0cf8f64c58079a38fcf5ff86e64c 0.00 MB 1 0
9,223 9,223 000000004386a66bc18dd4d224e34506c0694a3925e517bd6d18c8db34432873 0.00 MB 1 0
9,222 9,222 00000000a9181ba76a9b035cd65682e10bb61f5787cc56a9d59d12a6dd13823a 0.00 MB 1 0
9,221 9,221 000000009943416b6b2f86cbe5b5dcf41e1f95a1257050a3f7f72aea9dd02fef 0.00 MB 1 0
9,220 9,220 0000000008340b5a9ed7616e9d0db0a1fdc08775690874fb190c01bff7bc164f 0.00 MB 1 0
9,219 9,219 000000005da33104778dcaad5053597a631924f5dcb245f21fa486f62ad48b42 0.00 MB 1 0
9,218 9,218 00000000188c2430e645a76ab00cbaa925f993476fe8cf75088b9fdf84e63709 0.00 MB 1 0
9,217 9,217 0000000011d0af58284833562b2d4560dc629a4b7af832c09fe0398826ec95d1 0.00 MB 1 0
9,216 9,216 000000006e6f24c028e57ed885e5925993a21e8521fda852c8e8941298e517dd 0.00 MB 1 0
9,215 9,215 0000000094c61c16308c0e2c2e482835fd30c30a04ac2f833bc2b529ce6ee38c 0.00 MB 1 0
9,214 9,214 000000002ce859c01fadb6cfdc296ba3aa15dad5b86f1f0693c50b89decc92e1 0.00 MB 1 0
9,213 9,213 000000007c3fd386028ec46b58517d8a08a719a5874ba5d1ed45c875fe1a0b28 0.00 MB 1 0
9,212 9,212 00000000802b24d48a01fdfdaffa16c08c269c8df40e34488b29b03b91dc41e6 0.00 MB 1 0
9,211 9,211 00000000628f07b12159a10cd428ae5ce3e60ed57c36bf680184c451b62b7aab 0.00 MB 1 0
9,210 9,210 00000000cad0c80fe23f256177706c34ded711a048a1be847ef089d4456de671 0.00 MB 1 0
9,209 9,209 000000003a37a28a42eaeee36c324678728a966538a26757c146cfe10daf1184 0.00 MB 1 0
9,208 9,208 00000000ac88f13fb81c5847092057c360e8236a2191f5dfbf35097ae63fb08a 0.00 MB 1 0
9,207 9,207 00000000714e1649e1aa808b989dc4e38c99bc9597ef7600d5129e499cc87abf 0.00 MB 1 0
9,206 9,206 00000000577588f4ff0a77c1a5deced4ba97e4cf753c9a80b4213dac6438f7a7 0.00 MB 1 0
9,205 9,205 00000000d8c7462406aecd109949b6acdebe5a60c1c63f97783e5281f331c296 0.00 MB 1 0
9,204 9,204 00000000624e884ddacab5333c63d7dd76e39e90ea5eee9000166ead7a8e481d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,868.36 GB sent, 105.32 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.