Memory Pool Memory Pool Refreshing

3,507 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (838,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,630 70,630 000000000104ef162bf5119a7e35488e27aa609afa7b18838375c384e12b0660 0.00 MB 1 0
70,629 70,629 00000000005f1ce8e4e3d2e894dee9539479ed7e623f6b851d9a2a60d86d51d3 0.00 MB 4 2,176
70,628 70,628 0000000000fedbeb0c9a460d54fc005105067f4ee74ffb0c1b228fe71027ae23 0.00 MB 2 0
70,627 70,627 00000000006e9305935d4d3d317ae65bc2993a58a1519d41840f48364f71aec6 0.00 MB 2 3,891
70,626 70,626 0000000000a334fc8f973331fd3a9d15b364de112979df57924bc6ba54ca556a 0.00 MB 4 2,583
70,625 70,625 0000000000ba1e241105fc0c50902e181d2a6f9bf76f5f33ef1df74c39c2c630 0.00 MB 4 2,583
70,624 70,624 0000000000b042ce5c9c0640407e207fae9c6ac16d03458d58a83ce532ae1954 0.00 MB 3 829
70,623 70,623 00000000006001286a2cd5baed415320db67c59b926e09a5069a282692c165a7 0.00 MB 1 0
70,622 70,622 00000000008dbeeb948133a8cac74e536ceb7db0a3d96350eaee5fbd17da299a 0.00 MB 1 0
70,621 70,621 00000000004cc3296f180848cb0f01590797781d4e452fedb8bba72e1d651244 0.00 MB 1 0
70,620 70,620 0000000000dd1706ee6b28610869f0f1fa7266884c72b71b5edd6610df4fd89e 0.00 MB 1 0
70,619 70,619 00000000006d008356663d77514e08bab0eac1547dc035b6ae3427c3aaa8e572 0.00 MB 1 0
70,618 70,618 0000000000f35bea780990fde22b7ea46308ce1a5cdf69d7298bfdfb5857ae03 0.00 MB 1 0
70,617 70,617 0000000000c493036c376413b3678c31123765a7becd73ff8a1856b6d75ce123 0.00 MB 1 0
70,616 70,616 0000000000ec9f4b3bf61840ea09f08f5770ddc02833a3f86f8023c8cabec40e 0.00 MB 10 0
70,615 70,615 00000000010c55d600c82ac5ef708f336ea3a3c361e9f6260da34370ede1f5c1 0.00 MB 9 0
70,614 70,614 0000000000589007ef69a257b80891b4494ee33dc50c197fd1212d1c663fa2df 0.00 MB 9 0
70,613 70,613 00000000009913cd5f85d83c2ac7054daeb9bc0dd3603a5944cf2201c74e2505 0.00 MB 2 0
70,612 70,612 0000000000ab6721b0786223c81be30eef0825fb4974856f3125d348f9760cae 0.00 MB 1 0
70,611 70,611 0000000000277702efba2edb6b4e7466ab95cb3b1a21499a345cc19615e06dcc 0.00 MB 1 0
70,610 70,610 0000000000cedee85d1db3bdfa0c1426ba7d9614be6fd9132bf7c96c6f03fe57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.71 GB sent, 101.51 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.