Memory Pool Memory Pool Refreshing

2,378 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.83 vMB 2,355 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (800,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,381 107,381 00000000000092187431c6d84ec8cb92e21ade3b6b3f5aca5ff1c6d45f1357c2 0.01 MB 14 144
107,380 107,380 000000000000675d15ded9884c64be68d19f7064e374e1bbc4c736f9bf4dd496 0.00 MB 11 0
107,379 107,379 0000000000004c351e91d3912153eaa2f4ac06c139011bb73e6010c52bb99e00 0.00 MB 12 0
107,378 107,378 000000000000041a1326d75d0bf794931870baf645e17e6f404be9d19807b220 0.01 MB 4 0
107,377 107,377 000000000000439c89e3a2275fc2341c12c363ace1721fab877fa24b180042fd 0.01 MB 42 228
107,376 107,376 000000000001a7a86baf2c130eb36630d64d4e9f6719d2048ffd7ff783165766 0.00 MB 12 0
107,375 107,375 000000000000879e5b79111504447dce9783130002313a7c6d6b632334600ce5 0.00 MB 12 0
107,374 107,374 0000000000016b191f996afba676330bdfbf50d51e26b7a98d54ae9c0a21cd23 0.00 MB 8 0
107,373 107,373 0000000000004d012ef0c6eeb1b17f8bec7e877b55fae81200c8406188c90ae1 0.01 MB 7 135
107,372 107,372 000000000000ee639352c10b8a96e5c96e2d5dc05e48d997832d5d34292139d3 0.00 MB 11 0
107,371 107,371 00000000000258228fbb24d78fbcb67294dc35c969a10dd02421fcd2de762c5f 0.00 MB 12 0
107,370 107,370 000000000000edefb1def92151ab2824f507bae222585ca8f87f2558d1aca541 0.00 MB 11 0
107,369 107,369 0000000000005192707cceed936e8df326fd6f2605cffed612804b2f5fb5ac28 0.00 MB 9 341
107,368 107,368 00000000000011732018f6104708184417bed233908bf1b27856988ff27c31e1 0.00 MB 12 0
107,367 107,367 000000000000edcafe0789083547577c87aef87ab1d2cd4fecf41c181b3bef25 0.00 MB 11 0
107,366 107,366 00000000000187026b975bb17fbf1dbe565171d22ead38a58e951086fe108874 0.01 MB 23 0
107,365 107,365 000000000001a35ac61765ef59c573fd4b47e3873cb059f33d65f2d93bb8c9de 0.00 MB 3 0
107,364 107,364 0000000000017e6ff6165f3f47d4924c2b952acd8708a4c65fafb5c65d50b896 0.04 MB 162 0
107,363 107,363 000000000001097cb25eb531e26945e972b0f97b4a888aab3fd5930269f8e612 0.00 MB 10 0
107,362 107,362 000000000002044846946f2342262589d1c5868c9b7a0b7760f2d6c84d710696 0.00 MB 12 0
107,361 107,361 00000000000127ebd824a53eadcdfd54de11438b4e9ddd100744cc8a9eb37b4c 0.00 MB 12 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.61 GB sent, 95.12 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.