Memory Pool Memory Pool Refreshing

2,661 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (800,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
107,357 107,357 000000000000cc8e1fc0085791af79151b7e63a2400cc8ff0f4d9e1fb8f2fbbd 0.00 MB 11 0
107,356 107,356 0000000000004c1b3ab490b89f353ada943702c5cdfc46c096426a0826977d0a 0.00 MB 14 0
107,355 107,355 000000000000df1e045d1ef22909c61679dad22aa9273dadc281fbc4c05f5f19 0.00 MB 11 0
107,354 107,354 000000000002361b3dac9e063b180de5cc1d4dbcdba308b970bfee36d80be242 0.00 MB 10 0
107,353 107,353 0000000000015410227e3715243c184eab938b82a320b59ae501851681e23360 0.00 MB 8 0
107,352 107,352 000000000000a2b6898ec1b840c6db65c6cfc5423e3e45c3cc19c7c2349d5d2d 0.01 MB 24 136
Previous 10 blocks ↓
Total Size: 769.05 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,627.55 GB sent, 93.13 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.