Memory Pool Memory Pool Refreshing

10,312 transactions
4.26 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (615,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,089 292,089 0000000000000000633691a39edc059be58c7d76cad73b5aa7e32f8df8461eb8 0.04 MB 87 40
292,088 292,088 000000000000000019894229e3fed9019823360577e3a829f552986f74b898f3 0.28 MB 506 36
292,087 292,087 000000000000000053dbf4f74793ebb904799010a0aadacd50ee4125d187f7dd 0.04 MB 128 52
292,086 292,086 000000000000000094f6fcb5b0e21287951ec93b2a2452e736d19f5961216bed 0.37 MB 257 15
292,085 292,085 00000000000000003285aef7b75eb0fe4750a58d055318c5a4dfda443fc71a20 0.35 MB 754 35
292,084 292,084 0000000000000000387aea7ff9bc1e9d4af9e2fef080ad72328bcde118714c0c 0.35 MB 918 50
292,083 292,083 00000000000000005ebd45a235aad2cfa4e806c3162a9ba8fab932c778747ac8 0.16 MB 512 71
292,082 292,082 000000000000000014a220f0eb45d823c3322c83a6f61ab3ced513efcb746644 0.08 MB 136 26
292,081 292,081 0000000000000000fb98673c33f192a8c9950d85e57581bd32038dfa78d49933 0.12 MB 220 28
292,080 292,080 0000000000000000dcbc90e059df078ecac302b2297da200f1d1bb5e0728b132 0.08 MB 163 34
292,079 292,079 0000000000000000b021f81af4ab344b3a39d700a60711caa8780f2990e2dffc 0.15 MB 329 49
292,078 292,078 000000000000000045056f71ad56a56dc5e183498a0dcf1b93b5dcc29cb19a80 0.23 MB 439 33
292,077 292,077 00000000000000004f3b6d483ff0b6a97210cff39714fbd6777945f147265f8a 0.20 MB 223 19
292,076 292,076 000000000000000026123cbb5b509f8f09470d05e0c8209480ce8aa7c9fe82f5 0.17 MB 512 77
292,075 292,075 00000000000000001e32abb8f91b5720ec2b0b26b2db452a847f90bbf9f77db0 0.13 MB 83 17
292,074 292,074 0000000000000000b23cb29c9340ffe37c3f974988e861d13faff6eb7d7f5305 0.11 MB 229 33
292,073 292,073 0000000000000000206250dafe48bbea6854e131ddd10885ab3731697f6dba02 0.22 MB 237 21
292,072 292,072 00000000000000005977f4872448af4e1f0bd1761f3be2e434c153cbd812c95d 0.44 MB 823 44
292,071 292,071 0000000000000000a55f28d36e056c75690da9a3129c1e05498427af1f15647a 0.03 MB 71 43
292,070 292,070 0000000000000000b823e590c2f333c35ba6255f06d4e7fcd8533f53fc5e122d 0.24 MB 466 37
292,069 292,069 0000000000000000c965941f8821c858c882414f0819aeccf1593076f97cb150 0.77 MB 1,443 34
Previous 10 blocks ↓
Total Size: 769.02 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,624.81 GB sent, 93.01 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.