Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (842,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,699 65,699 0000000002ffd8c29154dd791f1670ed0e25a56888ac12a2c67b4b6b27f785ae 0.00 MB 1 0
65,698 65,698 0000000009eb2192f09d432ddb24c816dd01632ee3e194180bc340c7b6cd2608 0.00 MB 1 0
65,697 65,697 0000000009a8015d837a407bca8a5e07f0d30c9c473f209c0d86f4b8f1f143f6 0.00 MB 4 0
65,696 65,696 000000000a1ff9b5aabe4ea7a4acf7eaa5fd9753d4aeec2a33f6f97f2cda6c67 0.00 MB 5 0
65,695 65,695 000000000441a58645f7fdf0a63826fdc9e6c0a5d54e249d436b7923961bc08c 0.00 MB 1 0
65,694 65,694 0000000008c90acaae1de1840ece7b70a1543c7f23a1ef4601063c1afcfe6765 0.00 MB 1 0
65,693 65,693 000000000480b0994f3a2d3f7545faf388dd3fe6fd6e942a61e931b3558f18dd 0.00 MB 2 0
65,692 65,692 0000000009c21cf6d41545cf2774cc2b05a1aed65b9a68d756ed95ff9f50ccb8 0.00 MB 7 0
65,691 65,691 0000000009456453e701ec21a55e5b09cf8fb4f94d473df265c8ac430c694cb7 0.00 MB 1 0
65,690 65,690 0000000007a6155c12d57c8dd8960eb227d554cd65a0f293e807978ffafdfd7c 0.00 MB 1 0
65,689 65,689 000000000510a832234216cedb9d4420b436087d64da11c8baea9a14e2713161 0.00 MB 5 0
65,688 65,688 0000000006fe482999fddc228cc615c979dbeae734bd072576c77e5c89147c8f 0.00 MB 2 0
65,687 65,687 0000000004c576a6d7e626d84907d234ea99bdb26fa2f660f023fb531e863f98 0.00 MB 3 0
65,686 65,686 00000000039cc035c1778fb259ccb4d3807de11ff82d8983f78ba69c72960a61 0.00 MB 1 0
65,685 65,685 00000000073d3ad377472be70d5dad025fc73f604174afd74a0e2837361098ba 0.00 MB 3 0
65,684 65,684 0000000002a13068ac098c34217f94a38f6e4951214a08888e7de6bcd86c74e9 0.00 MB 10 0
65,683 65,683 000000000ae13f7ea1daef4f2737a668fd2d8017786d59496f6edf075137aa48 0.00 MB 4 0
65,682 65,682 00000000019c9f2a2cf48d3bb654124648ea17996fbc88ef598f9954febf10dd 0.00 MB 6 0
65,681 65,681 00000000006155350271a81afc5e598e6a74b45605062d365c5cb1056a265220 0.00 MB 1 0
65,680 65,680 0000000008fb2cc40bfc5943b844b2da8bb8da39bd897f8c21871f52234001a8 0.00 MB 1 0
65,679 65,679 0000000009b999796f06a27401061811c0e433208c4d3abda2f429d24ab03512 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.