Memory Pool Memory Pool Refreshing

518 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,986 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (155,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,383 752,383 00000000000000000003d5e32c209892e8cbe0f1598382a6f9cfe7115b871d8b 1.76 MB 1,420 4
752,382 752,382 00000000000000000005e0f3f5937103e979f225ea81da9e74fcfd4a6a482e8b 1.55 MB 2,734 16
752,381 752,381 00000000000000000005330c0ddbd54b21941a9004b55acb67f2cd633f3619a3 1.70 MB 1,691 4
752,380 752,380 0000000000000000000373dad6f879312762005270827277448a9cfc01e077bd 1.40 MB 2,512 19
752,379 752,379 0000000000000000000378be6990a9b5c98431bf8f271a88d07b59b67e0585e9 1.88 MB 930 2
752,378 752,378 000000000000000000066cde955b30f5137dc7c5f25b35fac0f284b8c2ef17b3 1.48 MB 1,171 6
752,377 752,377 000000000000000000080901be4c010ea15b8e153d4bc30d157c3728fd37e59f 1.54 MB 335 3
752,376 752,376 00000000000000000005660e9f1b73e49d10a7e917f49018c211c28369333a9e 1.46 MB 1,820 10
752,375 752,375 00000000000000000005556921ddec040c7e0220e320731e9d76ccb0af8738c3 1.47 MB 3,383 25
752,374 752,374 000000000000000000017e701bac70bcbbb12a96d474997c96a190c9db7c4c21 1.52 MB 1,639 3
752,373 752,373 00000000000000000001564469a9ae60334c383447cb4f6c69d4bfa590747bd0 1.38 MB 1,149 10
752,372 752,372 00000000000000000000758d9049dfdb6f9d15c28dad1e44980a601a179c21da 1.41 MB 2,727 18
752,371 752,371 000000000000000000070fd29d509bdad23b38105ccbd3b3abcb46854bd587e0 1.36 MB 2,343 29
752,370 752,370 000000000000000000054a208518c14910eabae37b80a9306012659bd76434d1 1.46 MB 3,010 22
752,369 752,369 0000000000000000000346e72fb01303230028f977eff4b1ce1bb5e06cd200c6 1.72 MB 1,212 2
752,368 752,368 00000000000000000005ecc7b035a321a236e08db1afe1616520b22a33008968 1.48 MB 2,505 15
752,367 752,367 00000000000000000007ed72fd7d9ed1645a64ebcc6406f4e5807a9c433ac968 1.25 MB 1,445 12
752,366 752,366 000000000000000000065731d8c97fb1fb06ce89bc17ceaaedc1697ae28c89be 1.54 MB 2,885 18
752,365 752,365 0000000000000000000474e8d7c51910badebd4d25bc55a4d1018c41748ab549 1.50 MB 3,006 31
752,364 752,364 000000000000000000085cc4e307080cbebf1f7afd289c0093f548a8055cb50a 1.62 MB 1,913 7
752,363 752,363 000000000000000000031f3cf41e35dc5e19ebd0a4cc617db554b4e9a2e71508 1.33 MB 334 3
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.