Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (889,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,588 19,588 00000000b6b67af0b72b64fa1c9ee8818296a3149b9c157c55680fea14b33eb8 0.00 MB 1 0
19,587 19,587 00000000e165ed0f4a9694ad940520e20863cfcca9f42b059cd4bc319dfa2718 0.00 MB 1 0
19,586 19,586 000000002a07a9243fc845c539653c0fc80c807ab9cc07b5337acd54e66e7433 0.00 MB 1 0
19,585 19,585 000000008b4c7b4e361cab24aed7fa07e7218c9f666955ddb3e29f7dae9bc954 0.00 MB 1 0
19,584 19,584 000000009badd4543aa675b1525622b2f9bc489bf0c3a365df3126777be1f388 0.00 MB 1 0
19,583 19,583 000000006f4ca8453ce5081c24b845f3b5292c9cf5abc7f9e3d1fd27527e84e3 0.00 MB 1 0
19,582 19,582 000000003436ec9476dba5fb5b2c76247daf7d5787cd7a83bb8a5d718c46e8b2 0.00 MB 1 0
19,581 19,581 00000000740fd4289724e6fabaf81d5447a910af08394d6a6aa501e1b794558e 0.00 MB 1 0
19,580 19,580 0000000069f4a4eea35daf930e924dc68e480ce295e4c5ab642db1997f1c218f 0.00 MB 1 0
19,579 19,579 00000000f8981b55268d8574a52897641c48240a5f2aa177a914a748b861daa3 0.00 MB 1 0
19,578 19,578 00000000cdc092feb0a8b91942f8268f557989d239fb7af3deeafba76f0ca78c 0.00 MB 1 0
19,577 19,577 00000000d8b7b73367fc01eac843fcdbccca925af70896a066ec2cf4960610db 0.00 MB 1 0
19,576 19,576 00000000972d93c1392f24d83ad36be2900e10adf9bd0b250663a1d92f76583b 0.00 MB 1 0
19,575 19,575 00000000c0e44635afd567c9a51d71e99ba9ded586be62f61ebec232b423b753 0.00 MB 1 0
19,574 19,574 00000000b290be23fba87c16cf07d3b6df0c21d86b38b0d7055ea65c6a690f07 0.00 MB 1 0
19,573 19,573 00000000fa0fa2a1e3ea7456255394c6d711708b99dae9aed813e00539872602 0.00 MB 1 0
19,572 19,572 0000000087aca0a018caa62f70145ea28826f778eb102d36c1fe82173454c896 0.00 MB 1 0
19,571 19,571 0000000067f883212db46a0325c63b0036f84fe5d966b6c85bc2fcd11e4c3e4d 0.00 MB 1 0
19,570 19,570 000000001b6c8f276463d43cdc8754c9a36d9528d4e7d8ab76aac2fe5645031e 0.00 MB 1 0
19,569 19,569 000000008d5d0dda42b9e6ca962ce0e6d6f5bf4a8e9dc945f30e963dfc45cf3c 0.00 MB 1 0
19,568 19,568 000000006175bd5fb983847fb23431be4756982ca5d1c2b54d5ae7a474698c7e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.96 GB sent, 103.66 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.