Memory Pool Memory Pool Refreshing

3,166 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (21,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,440 886,440 00000000000000000001ee817081e8bc592c20b8af474c64f5ab01e691bfa74b 1.59 MB 4,259 7
886,439 886,439 0000000000000000000034a79b3e4d4e1a55c501789fe3e3c41211f56b02c87e 1.72 MB 3,597 4
886,438 886,438 000000000000000000008ca279343ee698c6072675312bf2f19059b9e1d0bd21 2.08 MB 923 1
886,437 886,437 0000000000000000000006ced04254520490baebd9d891cc2dd9164ec1b0de4b 1.70 MB 3,032 2
886,436 886,436 000000000000000000021566b98882c5c4fa3be3399f3e8bde4dff1358573d99 1.59 MB 4,124 6
886,435 886,435 00000000000000000001b559fb4423dc92e9efb26a4b92c8d0421636ffdc7669 1.63 MB 3,863 5
886,434 886,434 00000000000000000000bb0bcd3ef6de7f8deb5410f9fcdad0366f75a1a7c76a 1.84 MB 1,467 1
886,433 886,433 00000000000000000001864c5c71ce49715131d61d50c504f2bfbe797c498398 1.61 MB 3,872 5
886,432 886,432 00000000000000000000eb028eb819b47371bd1588b52f44cd3e5186b919280a 1.64 MB 3,046 3
886,431 886,431 000000000000000000024ef727aa10913169d7860122f9763f46b20f912e0598 1.72 MB 3,877 3
886,430 886,430 00000000000000000001f9ecaa3ad0cb1aba0b829264fca27d3dcda168d91498 1.54 MB 4,064 9
886,429 886,429 00000000000000000001aa7939f661a1be1e272750f462b516fe407b61598af0 1.51 MB 3,208 5
886,428 886,428 0000000000000000000104a5227f8bb71fbf277241d817765d9e31b89206c4d9 2.03 MB 235 1
886,427 886,427 000000000000000000002d468c479ee2436bc5e64630b190714af556ac3c3f3b 1.60 MB 3,148 3
886,426 886,426 00000000000000000001aafcfeff00d8a33c008157931b94cc334b25fa4f526e 1.65 MB 3,674 4
886,425 886,425 00000000000000000001adbfdf1c4cc82394ea3214ab6a640a509e3d87350790 1.54 MB 3,372 5
886,424 886,424 00000000000000000000fd018aa46eced75fb24cfb260387b005fb9a1941ae8c 1.91 MB 1,673 2
886,423 886,423 000000000000000000018e7d052064337aad59852ab29b1c494a3c42180e0ea4 1.60 MB 4,016 5
886,422 886,422 00000000000000000000467d94d527c44edfbc3e43bc740b797a5cf00aa25671 2.10 MB 586 1
886,421 886,421 000000000000000000002e2972fd0e7d27b169aab71d170f6b5bf7437249a763 2.17 MB 117 1
886,420 886,420 0000000000000000000242c642b4028622299395bddf151b307baba088e92bb3 2.00 MB 1,830 2
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.