Memory Pool Memory Pool Refreshing

74,416 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,207 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,898 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,206 (387,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,455 482,455 000000000000000000f6b10497c14dc4a967500ef852c15489bf611dbedb38e3 1.00 MB 1,271 222
482,454 482,454 0000000000000000001e9857499382041ef7c022652296c68baf12cf19964d5c 1.00 MB 2,154 454
482,453 482,453 00000000000000000078148a56a4f3ea38f9bf2284a438da9699e1d3867ba2bd 1.00 MB 1,527 318
482,452 482,452 0000000000000000005a1811f8102f8e8fecbaa2cbfc0dda9516f1c1fdd7104f 1.00 MB 2,341 495
482,451 482,451 000000000000000000d487808d6fe34c85f975634235db23631747956be13174 1.00 MB 1,790 304
482,450 482,450 0000000000000000003c37eadf0bcf4a0c396dffe1757220e1f1f155912b110e 1.00 MB 576 28
482,449 482,449 0000000000000000004105fae0987db9fc5fa56d481ca61154b1fef1d810db69 1.00 MB 2,705 35
482,448 482,448 000000000000000000e7955b1120a69aa48066bafa473c95de176bc87be098d4 1.00 MB 1,927 173
482,447 482,447 0000000000000000007b4d7d1c5f6180e9083b5049a96366643be8d8e65b3758 1.00 MB 1,972 382
482,446 482,446 000000000000000000cd6fe58c0900b194af3a2b7ff2b032418010c2301e8c31 1.00 MB 1,409 128
482,445 482,445 0000000000000000008f1bc9ed61b8973fa7d6d0dabb49d95f1a7b9fcd8222d4 1.00 MB 2,009 437
482,444 482,444 00000000000000000139840e86a16c9bfed34655793613bf3c64c2e1d6206757 1.00 MB 598 32
482,443 482,443 0000000000000000004b3b7ee9b5022586de71f83d32e0677fef3117d50a2331 1.00 MB 1,141 65
482,442 482,442 000000000000000000bb08a1df6e58cd5a19c7fd2c678e179cec89ece2abbb9f 1.00 MB 1,860 94
482,441 482,441 00000000000000000119445ba85547a135f035ca3cb1164bbc03fc10226535b5 1.00 MB 1,780 119
482,440 482,440 000000000000000000e4d2ab020ed497a1935ba42fc7c00787f502ee8f6368d7 1.00 MB 1,922 407
482,439 482,439 000000000000000000151169b787387ab6a79d1b65d934bc6364ffb1624a17a2 1.00 MB 1,868 344
482,438 482,438 000000000000000000de742a47bef1f788e216767ecd56b9c6d5a7551b0463d5 1.00 MB 1,707 211
482,437 482,437 000000000000000000e315f040f57ee8e42ce71097f5b41d8a9d3f3afd2ad290 1.00 MB 2,157 249
482,436 482,436 00000000000000000093d29c0b31cfbe7c2d39b3d6cb9b452233cd69b01b47f6 1.00 MB 1,929 367
482,435 482,435 0000000000000000011ba136176dfc38fb1ce39eb714662dabaa808aa118c9ca 1.00 MB 2,089 424
Previous 10 blocks ↓
Total Size: 699.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,196.69 GB sent, 209.35 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.