Memory Pool Memory Pool Refreshing

2,243 transactions
23.50 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,318 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,317 (800,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
107,360 107,360 000000000000fd6965052be2e887cca45275c81343826afbab3dcd0658c4256a 0.00 MB 10 0
107,359 107,359 0000000000010fb2bc4eb137df0b795a7f2b8e314e9a830db2e332815abf7f33 0.00 MB 4 0
107,358 107,358 000000000002705864b680f0963632dfe9503c68540e8fd96439f3fd4955d016 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.03 GB sent, 98.64 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.