Memory Pool Memory Pool Refreshing

6,880 transactions
2.02 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,252 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (564,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,425 343,425 000000000000000012419a20986611f17da3003bf007f9ff849039cfef61b4d3 0.75 MB 563 15
343,424 343,424 00000000000000000707a7d77e1e5cbdc27269f48a2807fdfbf0e7a27a5107f5 1.00 MB 1,761 35
343,423 343,423 00000000000000000e95dcd2476d820f6fd26eb1a9411e961347260342458e9c 0.33 MB 240 9
343,422 343,422 00000000000000000ddc81eff204ee1840533a97da7346929c3f4fd46db8a840 0.96 MB 943 16
343,421 343,421 0000000000000000048ac242f530f83b0479352d41b73c8b80a114ad3c3a13f2 0.08 MB 232 39
343,420 343,420 00000000000000000aeb7fdc6e7ee20c3cb74574a94c8833199e0c2d806a3ea9 0.39 MB 537 17
343,419 343,419 0000000000000000183308a67a690700d37576b6226fc086f499ba135867342c 0.25 MB 435 22
343,418 343,418 00000000000000000d613ef17bc852c8442c8fd82a222098ce3409d3712e2020 0.17 MB 222 16
343,417 343,417 000000000000000008f247ead29bb1d36276144b93619a714b577ff695f58871 0.10 MB 76 14
343,416 343,416 000000000000000000ce175e7f3c5fe2622819fe37cd98fa15976059ec46002b 0.34 MB 416 12
343,415 343,415 00000000000000001732330dbb75c7f9fcc33a306de14ec5da143b8c8d21e8a2 0.22 MB 335 23
343,414 343,414 0000000000000000165b3fe23bfaab6745064ea08d3e7dd32a1105f8ab6fdddc 0.10 MB 93 9
343,413 343,413 0000000000000000093f87f2adc4912729afb82d2f3c6a8a57f73c3fe2fb2e10 0.42 MB 484 15
343,412 343,412 00000000000000000d882239417e81602ebf700aa6d213cd57f70b619fbc3be0 1.00 MB 1,054 11
343,411 343,411 0000000000000000148d5d45a1ced3903894018cd12601254d0064ddb5ec0ade 0.90 MB 524 14
343,410 343,410 000000000000000013efa956ce6574540a1c5bc2e925fe1fec9d7af005e3e7f6 0.75 MB 643 17
343,409 343,409 00000000000000000df125ea2da4232a4082da6cb5774da493756e6b16fcf1e7 0.75 MB 810 19
343,408 343,408 000000000000000012811359a44541805abea75740de584f003cbf253e04c20e 0.36 MB 932 39
343,407 343,407 00000000000000000569c63c0e63306f8fcab2d1b8f6183717494e951a0088eb 0.75 MB 529 14
343,406 343,406 000000000000000005383e2d0efe36b570308d18d0b8feb5cf29f04e4f8989b6 0.75 MB 990 23
343,405 343,405 0000000000000000001c1f40f01ad284430afd247520d0758cc1be193de33733 1.00 MB 1,438 22
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.