Memory Pool Memory Pool Refreshing

6,150 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,932 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (609,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,049 298,049 000000000000000036136a2b02b2d99f20702e1dc1eafbfe8805dfba6358e464 0.16 MB 358 29
298,048 298,048 00000000000000008545b18d9ce842894dde9c496c67dac2de6e6fde798bd9d0 0.02 MB 32 31
298,047 298,047 00000000000000008b6c9ec5b63c5d0b229b179ad58274d59338ed9c5b822f20 0.28 MB 433 28
298,046 298,046 00000000000000003fc422b43812d16526c8ff42030209f4a25c55fd750465ed 0.09 MB 154 19
298,045 298,045 00000000000000005277f68fafdedbac19a9327f10b385f73a89a36380e19a13 0.02 MB 32 2
298,044 298,044 00000000000000006268b7dfa182e513663439300d70e28325d5f3143cdbb284 0.32 MB 599 32
298,043 298,043 00000000000000000a7f574658d58de3732c30e1780626069a2c5f382f0b45f4 0.29 MB 273 17
298,042 298,042 00000000000000004ebb283d943fcae0c090eaa9b5aa18f066ba445e6e8891e8 0.35 MB 545 30
298,041 298,041 000000000000000098e1de37f67072d094b7eebb9f3933bf095a16016f7ce7df 0.50 MB 1,348 49
298,040 298,040 00000000000000007f0d1d61c1e83036cb71a539ce68fbdd76f36540c6cd36b1 0.50 MB 983 39
298,039 298,039 00000000000000000026311b95c05e6634ffff0f7af65afe2e936a684d55b96a 0.02 MB 40 32
298,038 298,038 00000000000000004a602bbfd76ce9e1c143fb2dbe78b5dfdb827d676f9c6cf7 0.01 MB 32 13
298,037 298,037 00000000000000008ab8c3e453949446f25a723d1cf72ca3c4fa8fbe716e912c 0.48 MB 761 34
298,036 298,036 00000000000000000411a02f71f1a9b69100e138f8b4593b858306152bf96dbf 0.03 MB 69 91
298,035 298,035 00000000000000008043230e6ab6adb8a04e0f0765689bedc65876aac996b0b2 0.36 MB 637 28
298,034 298,034 00000000000000001b59954ef4161e2cae2098745a23c6df79baf72ec2b2f6a5 0.20 MB 105 12
298,033 298,033 00000000000000000510401b14e1ef99f6292650e37a0e06152555f61689d5f8 0.35 MB 876 43
298,032 298,032 000000000000000013826788f0885e0b0be2fa943972eefc0a04b98e862dfd70 0.28 MB 450 32
298,031 298,031 00000000000000005af8d5387a8a595ed2a34167c55b14cdcaa97e5c380f6c7b 0.07 MB 128 33
298,030 298,030 00000000000000009aec722db1da2fd89a2a2bb90a499f39f098b1d884a4c7cb 0.12 MB 222 31
298,029 298,029 00000000000000009ba083a89d8917b4b728f48706c81cd08118454ec99d6f74 0.06 MB 95 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.