Memory Pool Memory Pool Refreshing

5,152 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,792 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (403,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,384 504,384 0000000000000000000c3c9f84ed6d05cd71b7f3c4aa86b8d0b7400b59c340eb 1.07 MB 2,573 464
504,383 504,383 0000000000000000001b6b755782c0820c68399fe8718ca3250a91ad8058122f 1.05 MB 2,099 219
504,382 504,382 0000000000000000005630afd73ea1e541531d070287e88fabbacd715247bf20 1.07 MB 2,036 370
504,381 504,381 00000000000000000076db1fb611aeb848cf34d8aa4a2371b25b23681b9cd3ed 1.09 MB 2,523 388
504,380 504,380 0000000000000000005fc5d51586ca7a644147465cd5713e804c8af64f330ff3 1.09 MB 2,427 438
504,379 504,379 0000000000000000002eb69cfc35408d9af6d6623eeb66c3845f941b0921cfd5 1.12 MB 2,276 351
504,378 504,378 000000000000000000626bba96a8af55da420f4ae6f1f60a49361623ee5adcd0 1.16 MB 3,065 428
504,377 504,377 000000000000000000220e4d072f163c5fe1430d1bb5bebad938da2e3a2296be 1.27 MB 1,635 473
504,376 504,376 0000000000000000001f85d12b5f9080b341c3738f4c25d1255d2b13ca74c6f9 1.04 MB 1,347 443
504,375 504,375 0000000000000000002d04a2201273ea9ba76583c0298b1c8b693eae7c248dcd 1.08 MB 2,355 485
504,374 504,374 0000000000000000000829395277ab56c779aafa3318d5dcb5ddde28e307e51a 1.06 MB 2,231 354
504,373 504,373 0000000000000000001a93655f3cba732b45c64b506f2b3d0712b6cbe21b808e 1.05 MB 1,985 319
504,372 504,372 000000000000000000563942c9abe427c8a61c1ee8ba71296bb3fc464eb69d24 1.01 MB 1,200 173
504,371 504,371 00000000000000000022affb5fc8dbd377436dce5af6a86050318051beecb29a 1.07 MB 2,326 437
504,370 504,370 000000000000000000052dea2f03cf4a89e15dadb06e6f9f72161c7cc30e6dc4 1.05 MB 1,894 281
504,369 504,369 000000000000000000738f51678b5293f8d91a448d6a5bf7c9314d01eaca381b 1.13 MB 2,374 380
504,368 504,368 0000000000000000006fb53dbb5be0812e1a4e96cba63b0b4fb014c64f5bb0b4 1.07 MB 2,987 460
504,367 504,367 0000000000000000002ead4a2beeda40095be939c323be6a992ceed84b6b9ed8 1.09 MB 2,903 467
504,366 504,366 000000000000000000534a14624a9a661d2adb70dc7b701e5b4b3d961750e640 1.05 MB 1,617 279
504,365 504,365 0000000000000000007352f3c12cc0a3554728c7800e21315e4d6cfe5f6a313b 1.08 MB 2,293 449
504,364 504,364 0000000000000000007dc49daa418fda7bb96990860304809bad4bbac0c0e247 1.01 MB 460 207
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.54 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.