Memory Pool Memory Pool Refreshing

4,253 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (2,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,052 905,052 00000000000000000001f35ca1723621082502b099f9881b03d021efc266bf88 1.73 MB 3,466 3
905,051 905,051 00000000000000000001fdb4c9ebcc200f7937acae9d99e6ebf33f17566afdd6 1.92 MB 3,394 1
905,050 905,050 000000000000000000008ca42fe0d1b9811b05694f6894aa18354086d0cc46fa 1.86 MB 3,436 2
905,049 905,049 000000000000000000004392c7dd07082c76b9d99719147a66b00b8eb265f7f7 1.72 MB 3,847 2
905,048 905,048 000000000000000000003451c88581abaeedc62c4aad659e45403874b36a3f9a 1.71 MB 2,571 2
905,047 905,047 00000000000000000000fe7cc744d8467c63eab73e43fd6e72a59d5b4a2e6449 1.82 MB 2,880 4
905,046 905,046 000000000000000000015ef3b613f45552578100e508b5e3c9ed6e68169c14ec 1.78 MB 3,422 7
905,045 905,045 000000000000000000001f1944cf86f0f2e6537ef56bffadfdc8fe0fc5e32dbc 1.62 MB 3,880 5
905,044 905,044 00000000000000000000242804c22878214c6352021df318797555007cf534fa 1.31 MB 2,807 2
905,043 905,043 000000000000000000009f5197496766af9b2ec767629b6b0ee6b42d573b58f6 1.81 MB 2,181 2
905,042 905,042 00000000000000000001a7268d8647a3786e65c39b5aaf31a74ae14c51dfdec5 1.46 MB 1,428 2
905,041 905,041 00000000000000000001debd1260bd8c6ee130f8f3500bdd3220e345699049c2 1.51 MB 2,903 5
905,040 905,040 000000000000000000010be66057c7ab852b3c8ed271dd761e13770a431c54b1 1.60 MB 4,113 7
905,039 905,039 0000000000000000000154ba475df60e739a7ec24f2d0e26ea6c6bb7cc0273a6 1.67 MB 1,627 1
905,038 905,038 00000000000000000001ffcfd09211c0a9914ea44e34a32f61f111120cab31f4 1.56 MB 3,464 2
905,037 905,037 00000000000000000000b502d84a3fad6def8bb309afc9de2d75262de4763e8b 1.35 MB 2,029 2
905,036 905,036 000000000000000000018f75426d87dc3f5634b99fd5fd4989054e99e7e802ed 1.61 MB 3,303 4
905,035 905,035 0000000000000000000061b661e3fc7ade749209c04966406b6d35d5bcf413d6 1.69 MB 2,340 3
905,034 905,034 0000000000000000000033da7716114fb0e53fb16be41bc29293f12c74acfc0f 1.66 MB 2,912 3
905,033 905,033 000000000000000000008043584cccc666a9152109ff6b9790b76006efdfeac2 1.53 MB 3,182 3
905,032 905,032 000000000000000000008261182bda4e7df84e6fbdbfaf55b0fd5cfbbe3441f5 1.67 MB 2,629 5
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.