Memory Pool Memory Pool Refreshing

7,005 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (582,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,547 325,547 00000000000000000ca3dddcdb81abd724c7cd11b5f051c949ac14c263ae720b 0.41 MB 800 30
325,546 325,546 00000000000000000d2023b080df00b0cd02d38e03559f0548da59bc48bd043d 0.22 MB 398 31
325,545 325,545 000000000000000017f55775d1dfb6b3ef9da99be620af74eb0b0c73950f853c 0.26 MB 447 25
325,544 325,544 00000000000000001806a179d579311d622631f5be7701276bb91de353c4d368 0.53 MB 780 24
325,543 325,543 00000000000000000289668fcf121f20e8021eb11c3470044a3c2e347c880dd7 0.17 MB 295 31
325,542 325,542 000000000000000018fa891ee1fe03994a67de9af2962f006679ab3959696486 0.26 MB 513 31
325,541 325,541 000000000000000012a700b326ed38c5a1a0ac9df7d94b4803ff15b0c85afdf3 0.13 MB 238 26
325,540 325,540 000000000000000015f0ac666fa59412bf2288480f622f0d76066c914a36bbeb 0.11 MB 219 29
325,539 325,539 00000000000000001ae2052ffef39fae4f5d3e03eeb5095358202612d5779d0b 0.06 MB 123 21
325,538 325,538 000000000000000007fe935b0b30d5a02781487364f487e900789751b3206657 0.27 MB 464 25
325,537 325,537 00000000000000001b885ebe79d0135b0461ab8e23c5f6e35f777599031ec995 0.22 MB 369 32
325,536 325,536 00000000000000000c014640a31893022074dd207f37bdc08c83feef67cee04d 0.11 MB 191 26
325,535 325,535 0000000000000000062f7b6837bdde539b383ac2562bb59bd30b5694ba0b551f 0.31 MB 569 27
325,534 325,534 00000000000000001048c1a317ab60c387c1f12c5c15dcb34736292cea84f38e 0.05 MB 89 25
325,533 325,533 00000000000000000b9a101dc44591d295b89a5af6be743eb0459a9118c8c076 0.02 MB 30 17
325,532 325,532 00000000000000000e463f6ce27ccdb9b2dbc5578441622c967c2e78d168322e 0.24 MB 400 27
325,531 325,531 0000000000000000023fbf0ed0bf8d73b05044483a658b38cac81a0ea414cf92 0.19 MB 382 28
325,530 325,530 0000000000000000091424007fc2c492fe950a02b911ce34d2d8b76b0e3257d7 0.16 MB 254 25
325,529 325,529 0000000000000000076e0eb7738ae0bdb88626646cdc197456749948c941e40b 0.21 MB 336 26
325,528 325,528 0000000000000000082bd37984ed2fa261a2209b255febfc92d23444231f38c0 0.26 MB 532 35
325,527 325,527 000000000000000013ba7e05c918d2301c0009a78528292fb5c4c65439a9119d 0.17 MB 293 28
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.