Memory Pool Memory Pool Refreshing

9,531 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (584,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,421 323,421 00000000000000000f18e475d0458acb4808d864182f0e39459f726141e9771b 0.18 MB 255 24
323,420 323,420 0000000000000000181575e59c459c6829dfc9bff198f65d81e3a68d1f45082c 0.12 MB 224 29
323,419 323,419 00000000000000000531567e54e8a4af3fde674a7c67c4c582c20cc79ae4fdef 0.57 MB 1,070 28
323,418 323,418 0000000000000000041b1a02eff02323f066200045d7e4b6f560a24d8603e52b 0.32 MB 572 28
323,417 323,417 00000000000000001270647a22370be0d68cfd685825dfc89fd72426123e7439 0.04 MB 79 17
323,416 323,416 00000000000000001cc2bc22a30c14c596210a6b59682c8604eb1bf014fd0e7c 0.80 MB 1,550 30
323,415 323,415 00000000000000000add993f4e92643051075efc2cbbbfc83e4cbefa099f4320 0.12 MB 208 31
323,414 323,414 00000000000000001d65ed16d072d64c185dab63862a8528137eaf89724ba525 0.05 MB 97 24
323,413 323,413 000000000000000015fb68c71cb541e48c30733e615597574014ff5c2b5e8418 0.02 MB 25 24
323,412 323,412 00000000000000001e2d7f0ddb4a8181b5e035aa2758ace4c928a8e5f170062f 0.04 MB 78 20
323,411 323,411 00000000000000001e84080d890386914c0bae6b23cbf9e752c39e6f015a81f4 0.23 MB 391 29
323,410 323,410 0000000000000000166125e277e39aa1fdcaddf70558af1b5289978f290e28b6 0.46 MB 460 18
323,409 323,409 000000000000000007a828cc4734a8899d81b020bd00d725395e59a9d7655c2a 0.35 MB 925 68
323,408 323,408 000000000000000000543412ac97062001323365ec51b33051fa646dfeb69702 0.17 MB 250 23
323,407 323,407 00000000000000001d03baf86ccff60ecc8d92a146d35ffdbb37d72e170d3865 0.30 MB 517 28
323,406 323,406 000000000000000018244d761637159de12a85678b100c5210b56a0f09747369 0.65 MB 804 21
323,405 323,405 00000000000000000080fb14462d55c8d02755a6513931a9a3c1f5ced59f6efa 0.75 MB 1,909 38
323,404 323,404 000000000000000005808e9a01aefeec3bbda8961b8b5c8ec745373a08160b9b 0.11 MB 204 24
323,403 323,403 00000000000000000ded2a39eea5de438be295767b39059ca79049a0a3911ac5 0.25 MB 518 29
323,402 323,402 0000000000000000130998741ba8554b560e7f8f71e4cceecdd2f5a2f81c89ac 0.74 MB 1,379 29
323,401 323,401 000000000000000015886424add159a97da7638284fb3cebf28d778cf43d5879 0.35 MB 563 28
Previous 10 blocks ↓
Total Size: 769.31 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,642.82 GB sent, 94.52 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.