Memory Pool Memory Pool Refreshing

45,574 transactions
32.16 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,509 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 454 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,508 (85,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,790 783,790 00000000000000000000bda0b3d2f852f770d5319cef76b26f018520ee905210 2.09 MB 1,877 39
783,789 783,789 00000000000000000004db561b85209fe0ed20551fcb51584358f841cec68817 2.04 MB 1,344 41
783,788 783,788 000000000000000000021ce0297b96830ef21c49cea6792a3dd524efcd450588 2.12 MB 1,681 38
783,787 783,787 00000000000000000003b5e1a52b9c8f45d2a3d65edb6de42bd2459f6decccc3 2.09 MB 1,665 40
783,786 783,786 00000000000000000000362141dede62b72b31931a85b282d6f410a28953c1df 1.50 MB 3,174 22
783,785 783,785 0000000000000000000517e08996a57285f9ab14e567607eefcaca4eb2c725af 1.54 MB 3,262 33
783,784 783,784 000000000000000000017f55152be4c8cc3b3331946ee38c05533438d026e105 1.40 MB 1,385 16
783,783 783,783 00000000000000000003609883d72c4a574b82f4a0cd87a18e8d718e470569b7 1.71 MB 2,596 17
783,782 783,782 0000000000000000000326204e8f5f6f3aebb7eb16f99485ce8f2de882d65502 1.57 MB 3,085 22
783,781 783,781 00000000000000000001c1c3e7610712c1203a90f17ac616fcbd8e6191a84f02 1.47 MB 3,392 29
783,780 783,780 000000000000000000023fc58efc646ae0b20bca021d42fd8c34bd7a6ad49652 1.33 MB 2,078 37
783,779 783,779 000000000000000000028a866337bb1e7538033045bdf100d35c2602520d8727 1.32 MB 2,509 32
783,778 783,778 00000000000000000002fa5ec826f59b54f2a9f8cadce6caf24d660cb6cda453 1.48 MB 3,653 34
783,777 783,777 0000000000000000000011449a6fb12169d2cd10d4d2470fe954c77da3293054 1.46 MB 2,407 15
783,776 783,776 00000000000000000003a1f973927d6437682723e14e23351efb836f102b561d 1.74 MB 3,012 21
783,775 783,775 000000000000000000042e5069990943ced095f01bf538feb984c6d97f0f22a6 1.50 MB 3,960 27
783,774 783,774 000000000000000000016052ff5215d888309e3b74284b822c2a6f186db5748f 1.63 MB 3,757 28
783,773 783,773 000000000000000000042287fbe96f56eeec15d8a8f65c61fa9c28ef93fc6fdb 1.56 MB 3,662 26
783,772 783,772 0000000000000000000052bb06702d8e8a930d4ce17c054f492c6bb90a3b8dce 1.56 MB 3,548 25
783,771 783,771 00000000000000000001b7c97da3b6e377bb021bad335442bd46d88413af7c05 1.49 MB 2,780 33
783,770 783,770 00000000000000000001d03f94ae0c307a708c48253d7b24ce1d675e65b7fe08 1.47 MB 2,973 32
Previous 10 blocks ↓
Total Size: 698.54 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,093.09 GB sent, 200.87 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.