Memory Pool Memory Pool Refreshing

39,144 transactions
31.33 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,196 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,195 (252,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
609,424 609,424 00000000000000000010933dcff7c23f03d72f5755efc5dad4cc232535cd294b 0.76 MB 1,715 16
609,423 609,423 00000000000000000004bb5b86b7d0b4bcb0c4e00a80700471815439a35ef95b 0.01 MB 19 12
609,422 609,422 00000000000000000013b517fd6a158b220d6d253bc051add697a8d143145ed3 0.84 MB 1,996 16
609,421 609,421 00000000000000000007282314e11acefee0bdaaee5c5e225fa3b2617abb4008 0.65 MB 1,633 9
609,420 609,420 0000000000000000000893cd36e0206ff01217587af5b735044fa91d5e86df06 1.26 MB 2,767 16
609,419 609,419 00000000000000000002f6e55723b821d1dfe3a5a100990395a004b2ffb9f0db 0.42 MB 868 16
609,418 609,418 0000000000000000000389d2c0cef00b5455a32631607c80d9b4796168d70786 1.17 MB 2,471 8
609,417 609,417 000000000000000000118cdf750cc5800011ecb73b2aa0f0f4024d9a1b906b64 1.22 MB 2,579 11
609,416 609,416 0000000000000000000ac49413a6e8b2cfd8b8ce734d0c8edc2d1c92f03ac1c9 1.27 MB 2,681 26
609,415 609,415 0000000000000000000028ed4c567fe87f213cdc756ae786d346efc627e5b4d9 1.21 MB 2,417 2
609,414 609,414 0000000000000000000633b8b3b096a1e90658fe89301dd3d9f226c16c7b732e 1.26 MB 2,884 17
609,413 609,413 00000000000000000010063ccf57853168e79976ee639227c634e193a9891c3c 1.18 MB 2,629 6
609,412 609,412 0000000000000000000024408e988ea897d312f41c5c9e22e374a1132f4444f3 1.24 MB 2,747 47
609,411 609,411 000000000000000000003640cf98696d20487160a169094402dbd6d842d57bc6 1.00 MB 2,345 17
609,410 609,410 000000000000000000080b48eb494aadbe8e9e5ad311cafbe0d076142d6a7779 0.94 MB 1,628 12
609,409 609,409 00000000000000000014fb80ab33d2dbc0b4d26db4d77ec7e2ab0e4ddd9af0a8 0.76 MB 1,837 14
609,408 609,408 000000000000000000050a26c12d55783155f43b524aaed61dcd397e7733a43a 0.98 MB 1,639 1
609,407 609,407 00000000000000000014ecae281a5aa51f09bb243ada339bd02abc0cfb218210 1.24 MB 2,647 10
609,406 609,406 0000000000000000000be1ebf91035c6de57e1c2052855fbee035c4ccafe05aa 1.17 MB 1,953 7
609,405 609,405 000000000000000000139ba77dce2ec80188e9f272cce7ef5d01a6ae5a9d88df 1.30 MB 2,493 31
609,404 609,404 0000000000000000000ce9bc1ade726e0da399afa1c3ab35303bc89f592cc75e 1.26 MB 3,203 3
Previous 10 blocks ↓
Total Size: 684.53 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: 1,354.06 GB sent, 101.71 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.