Memory Pool Memory Pool Refreshing

12,757 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (595,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,376 312,376 00000000000000000293e23f92af0c6fae8ac300a816070ac01688e7d8a7c76f 0.21 MB 327 23
312,375 312,375 000000000000000001bc059f81878b4dbdec49a79e74c3b8c84115598dcf37c0 0.00 MB 1 0
312,374 312,374 00000000000000002b4c49199aeff0d5efd7af73800aae9426ee63010be10279 0.17 MB 398 25
312,373 312,373 0000000000000000067cd7dc450aeab9a6015fcb42744067d1bad1f86d2d6ea9 0.22 MB 222 19
312,372 312,372 00000000000000002d8c87958bfad4a919e9e8bc7e1d22929f8fa2ddfd1154e1 0.74 MB 605 17
312,371 312,371 00000000000000003b9854a853ebfe59cb2dfeb3efede1dbab4c9b3f7b6a0e86 0.92 MB 1,561 30
312,370 312,370 00000000000000001fa4c01da4b546c5adc0f20cca4603227e782e108d6855a5 0.35 MB 975 42
312,369 312,369 00000000000000003ecd16f311e82811852a2624a056b8fcf78d5458cb3ab464 0.02 MB 52 23
312,368 312,368 0000000000000000045620ca62e4ae57869fcdc6b62ec5e774689a9db1128919 0.04 MB 83 29
312,367 312,367 00000000000000003339bf73f053c63e321b44c9a5931132834e55d9c7105bd2 0.35 MB 454 22
312,366 312,366 000000000000000021ad63a36f8d97d694ab42c9570a674f0959d0f84f91cee0 0.30 MB 241 17
312,365 312,365 00000000000000000838ff92cf4ed8e44946c10497246bbd93d632feb08c5555 0.35 MB 808 38
312,364 312,364 00000000000000002dd1c991ac0df8493f59e207d5304d339062514ae258e9b6 0.12 MB 160 24
312,363 312,363 000000000000000009b21291d8f9d6a473b63ec8265f42a433383763383e4e44 0.08 MB 121 27
312,362 312,362 0000000000000000124341a546a6bf4b78ff52ddc5f4fd0728b4a53929c9ba23 0.03 MB 51 23
312,361 312,361 000000000000000002a6ea8f28efd8ee2f0f0a0e81220ae19d7a0ad1add7275f 0.16 MB 250 26
312,360 312,360 000000000000000028883c77e8412438db298e1f0cf0d4a734806ff2e224686c 0.08 MB 101 12
312,359 312,359 0000000000000000170f18b20554050004eb89ecb736eb00065e29f314b2945e 0.15 MB 220 24
312,358 312,358 000000000000000027595fbdf9961650022ccdd3993c216ffd0b92b718d33b26 0.28 MB 422 27
312,357 312,357 00000000000000003cf1e2123fc27470176232bc8656c4d3b24a41425fb00637 0.11 MB 204 28
312,356 312,356 00000000000000002ce221dca92b49a5c5b0db5c079416462834b7cc2e5c1195 0.23 MB 446 31
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.