Memory Pool Memory Pool Refreshing

1,430 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,358 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 1,392 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (808,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,966 99,966 00000000000356aec77646efdd2ad51b753a7cc29f284954a80f31df55b6236f 0.00 MB 6 0
99,965 99,965 000000000002d10a117d934e0b57fcd2698799821237ce0ee6e56d9722a44692 0.00 MB 4 0
99,964 99,964 00000000000258c59a66012c946d420d819030273b38c7ea7955768da3b1ae97 0.00 MB 4 0
99,963 99,963 000000000004271957d9988e918b18d4b8ce06ae7f4ddd456ef642f4abb47add 0.00 MB 2 0
99,962 99,962 0000000000030703a864545e867c48428df0a8445f530bc627dc05364e6bd7c5 0.00 MB 1 0
99,961 99,961 00000000000035a5623bfc2ec6ad999d73589c58bf828632694559b32b21230c 0.00 MB 1 0
99,960 99,960 0000000000032d10c9c3fe953772e3e0b0e3b7553aad593384a6ccf30f1c9c27 0.00 MB 3 0
99,959 99,959 000000000000a84df2908b506406c09d2f6b865dad6e36b6219a6e3e01208be7 0.00 MB 1 0
99,958 99,958 0000000000003a404673c3e4be6beb888b920b2d61564eef630b4a792b3047af 0.00 MB 6 0
99,957 99,957 0000000000026fa14dd3be2aa28845617143f46c958c975f2b118a8f7c1008a0 0.00 MB 2 0
99,956 99,956 0000000000025e2f146f1ccf5df6a9db5640c799692b250968d00f6a4251d96d 0.00 MB 1 0
99,955 99,955 00000000000402d85c256f1bfe5c4c395c00c9e5b3e9633ccb86f56c3d318182 0.00 MB 3 0
99,954 99,954 000000000002e405dfe20ca3bc00a9dc1db1adba4cbe3dcb0daa2829640cbfd5 0.00 MB 1 0
99,953 99,953 0000000000005645f58fe9606cca7cadcbfc6f9eabeead130bf8d62acffddd7e 0.00 MB 5 0
99,952 99,952 000000000002d774b7246f0cff84560ff434e0cdf368eee3e560c821e089bfd9 0.00 MB 2 0
99,951 99,951 0000000000025f6e2b9b663b98e501ac691a3a58148dc020ce35c35e1bd9928d 0.00 MB 1 0
99,950 99,950 0000000000023b9d304794a2266352f4a6cbfa803c5a4ad8660d46ed8be8757e 0.00 MB 1 0
99,949 99,949 0000000000010a78f5e2851708109e3704086f01b63ad84dfce52ab72447ef32 0.00 MB 1 0
99,948 99,948 000000000003d30c5e43c18cb536e6e5374ed0fc70473aafc300c2acecd5c6e6 0.00 MB 1 0
99,947 99,947 000000000002a8edbf9af30439a3580c52c30b8be29d6cb3b41158a25e4ff37b 0.00 MB 3 1,434
99,946 99,946 0000000000000c79f124d225c83e27431e7ba8d3eaac5e6566e0ad46e85c41cb 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.96 GB sent, 98.89 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.