Memory Pool Memory Pool Refreshing

19,527 transactions
6.28 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (577,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,901 329,901 0000000000000000065aa64226011d93e0e865b81278e47a96172a610f5f8f99 0.42 MB 712 25
329,900 329,900 0000000000000000052c5828c18590c0411926236e1a6f59538f821e673992e2 0.74 MB 1,456 29
329,899 329,899 0000000000000000147727a8f4ac363a82c0f6ee74afca0fd02c0696d8f88856 0.33 MB 479 38
329,898 329,898 00000000000000001212b7161a471c2b4bc337aaeab6ec7757e7365752350a7f 0.07 MB 64 17
329,897 329,897 0000000000000000108c89144a620726faa3d5d8fa42deec345a3b61b9a2357d 0.75 MB 1,306 27
329,896 329,896 000000000000000016d65758ed8df787c3d490c569578d38d6db2ed4b56817f0 0.11 MB 168 12
329,895 329,895 0000000000000000168017e70167b30132ee606e99fbbfc6bf7d0dcb0388286c 0.15 MB 178 16
329,894 329,894 0000000000000000109724a8072680a17ca916ace203305eee106a754a907afe 0.15 MB 254 22
329,893 329,893 000000000000000006fe1fec849d6c7feb468c89405b2a885dd36249e5e28295 0.59 MB 668 18
329,892 329,892 000000000000000016f9812f99547220644a75ebcc8370088b4a92b1524e9803 0.20 MB 512 35
329,891 329,891 00000000000000000c1ec9d53deb3a85aea9993ca41eb1d7bed7bf3cba3c6844 0.50 MB 1,188 35
329,890 329,890 000000000000000004252445dd18919500278cd2d6e370061eafe32ba576c440 0.10 MB 256 43
329,889 329,889 000000000000000001d5a5fdca2d7d81eeb3d8e5b031f86c297e670c01f329bf 0.10 MB 88 9
329,888 329,888 000000000000000010c215d184126f013f03bb444f0794f8ea1b05c124500c5d 0.06 MB 95 5
329,887 329,887 0000000000000000034927340a894a33789ef0917da35682dabf5dbcf673363d 0.72 MB 1,344 28
329,886 329,886 0000000000000000133842f2b6fe72f4071b87e7a19ba880b49db548a28ecce3 0.07 MB 91 7
329,885 329,885 0000000000000000023928a230e66e9a0d74ad9280549bdce7ed026fc55778d3 0.72 MB 1,355 27
329,884 329,884 000000000000000006cfe081d5a8dc89168f70169cede1f87b097299944b1445 0.39 MB 455 18
329,883 329,883 00000000000000000ee53aa80a198e8893f59a953fb3e443b05751be11d99717 0.35 MB 926 34
329,882 329,882 000000000000000011a5d80b17d0b5fefef591a0109b1770d052224a739018f6 0.37 MB 571 27
329,881 329,881 000000000000000002b24a582e83091963807ecec916dffc0fae32daf1eca898 0.41 MB 691 25
Previous 10 blocks ↓
Total Size: 769.02 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,624.49 GB sent, 93.00 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.