Memory Pool Memory Pool Refreshing

281 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,946 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,945 (806,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,394 101,394 000000000000ff943bd135b808caa12fa6a3e18d99de95e7a4d61e5f8cb7de17 0.00 MB 2 0
101,393 101,393 000000000001842fe128fcad106b9adee934a1a54535a9469cbd7f8cfde97fcc 0.00 MB 10 444
101,392 101,392 000000000002c84e3fbda067dc13f379b612744f07a75fbc2c9034e9939d5532 0.00 MB 1 0
101,391 101,391 000000000000df6944cefa4da6b46b806f9b92b107533d97bc6c7c9f2f2f2c16 0.00 MB 2 0
101,390 101,390 000000000002ddd0a524ea382afcf07a6f5a42b8a98f31d45ed77377c1972837 0.00 MB 1 0
101,389 101,389 0000000000007421a0e059591e3df563a3e0bf5e29c9711aeceb74e3582ab754 0.00 MB 1 0
101,388 101,388 00000000000109aa0f7ed16696c7c741bd4ba9dfe0442d41f0ce34d08197f42d 0.00 MB 2 0
101,387 101,387 00000000000367461780ef71c791eeed5942fd7c0605ad51b256aafdd985d0ec 0.00 MB 3 0
101,386 101,386 000000000001f035b833d682b589ee9690491f24e4660c09d069b07e7c2494c3 0.00 MB 1 0
101,385 101,385 0000000000000576e56b64ff4d419695e9363f26968b65d13b9b4ad4ce18a4b6 0.00 MB 3 0
101,384 101,384 000000000002cdda332839822906fe28a38ee82f9339811055380edf1d0b3722 0.01 MB 20 0
101,383 101,383 000000000001af48145faabdb39e2fdb61ff78dea1a47ec49fa8feec77d41d64 0.00 MB 12 0
101,382 101,382 000000000001dfa6b64ceed4a087cefa67f666a78c7044669102e713e12d67f0 0.00 MB 14 0
101,381 101,381 000000000001871fe7086f09832065d403be5e21f7d52297534ab734409ddbc4 0.00 MB 2 0
101,380 101,380 00000000000183d146ca3175757068243521a79ceda1d0d4f33cf9b9e3620373 0.00 MB 9 261
101,379 101,379 000000000001bf2cc7f34b083fd0548687cdcb7316bc41ba7e3f07600102a1a1 0.00 MB 1 0
101,378 101,378 00000000000228ea355b981bd9237c717c8a8bb52157ca0afb3f4330dc9265dd 0.00 MB 1 0
101,377 101,377 000000000001535466772081b18576d83384440acfe8348c72b9a314e145f1bb 0.00 MB 1 0
101,376 101,376 000000000000ace3d940770f0e5d8cc38e23ae24e54c2798f48a273e7bac44b9 0.00 MB 1 0
101,375 101,375 0000000000022281fbc305e247e9ec395ff097055c9352ae96c15b9524774434 0.00 MB 1 0
101,374 101,374 000000000000381425144352c8a1b83d1bfbd47117b2825d0e6ac84fd2e17281 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.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,645.70 GB sent, 95.15 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.