Memory Pool Memory Pool Refreshing

1,536 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
907,417 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,416 (504,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,323 403,323 00000000000000000497724d1a17ed40592593c285b5aac8e9b81c4cceed914a 0.90 MB 1,958 36
403,322 403,322 000000000000000004e49feac5ecedf6eff7e198f5d16ccfce46b748abfee2f7 0.22 MB 453 39
403,321 403,321 000000000000000005f4be5b95cf586f9083021d3f1021782a3a683aee0af95b 0.79 MB 1,979 40
403,320 403,320 0000000000000000025777c6d96691e65f821428556723e430534c043388be7c 0.27 MB 408 36
403,319 403,319 0000000000000000007d95d087a88f533896e32ab4385cd9af4b27bd6680d82a 0.38 MB 590 33
403,318 403,318 000000000000000000656c6de2ccbbb631600e392e6cc5cd3670071e5df400df 1.00 MB 2,562 43
403,317 403,317 000000000000000003f587a762aa899abdb9f58ec8ddf8207efcfcf0de26baf3 1.00 MB 2,552 44
403,316 403,316 00000000000000000536b3a94994da4e8e53707c0549d2a2767fb6807cd146e7 0.13 MB 333 51
403,315 403,315 000000000000000001049defe192b2bdad7a2cff890641e321e35b5d211210a1 0.29 MB 602 41
403,314 403,314 000000000000000004140a1bb49e7c640a3e1dc5deb58462588df914574f63b1 1.00 MB 1,720 33
403,313 403,313 000000000000000000e7dbb718bc1baf0dcbd7a9cf124efbbc12fd08a74ebedd 0.93 MB 1,773 30
403,312 403,312 0000000000000000060077a28ba07ee2d714a43bcdd529690344f4f92a7fbd3a 0.99 MB 1,547 81
403,311 403,311 0000000000000000036fa9a5255cb77c03e838a8026fdac0adc4404f51cf3d75 1.00 MB 2,063 33
403,310 403,310 00000000000000000220eae0ce9007cc32aa0ff8c97985f23454a26c509fa036 0.93 MB 2,417 47
403,309 403,309 0000000000000000025c791174415a572b2b043849b8d1ec7d8b5b7abeca2c5d 0.83 MB 2,112 52
403,308 403,308 00000000000000000460a67f2bd15d4242a55f48607a78ba9f78906f33be8208 0.16 MB 391 50
403,307 403,307 000000000000000005377bfa483c0639ef49e4fdc08d2dfbfd984515717e38cb 0.30 MB 447 25
403,306 403,306 00000000000000000073e3df6e444636809a1f2cce39652186526b51af6ed305 0.25 MB 604 42
403,305 403,305 00000000000000000116218e9b9eda8d08ff5f8e4a24f5315bc6b6ce41a0da7c 0.96 MB 569 14
403,304 403,304 000000000000000005e7f9bd60747989846aef56cfb0d8ec795146b16824d0dc 1.00 MB 2,504 46
403,303 403,303 000000000000000002e506e2acb36cc336a123cc5a15e5b2f2f7b6b738dfd5e6 0.34 MB 822 38
Previous 10 blocks ↓
Total Size: 768.44 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,549.68 GB sent, 89.80 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.