Memory Pool Memory Pool Refreshing

19,734 transactions
6.33 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,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (360,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,782 546,782 0000000000000000001eb3e45bf4736f8f973134c070446ab3970e1beb1211b9 1.00 MB 541 4
546,781 546,781 0000000000000000001cef4ea81e5db25b6c30ebbf540e146303645ce3979554 1.17 MB 2,574 13
546,780 546,780 0000000000000000000a2a65f10347aba9bde9a748bb0fe17af656a8334d281d 0.01 MB 23 10
546,779 546,779 00000000000000000018c62bac9db6c779df71d16e50c2b5a3d5e6dbabfd3fc6 0.87 MB 1,517 9
546,778 546,778 00000000000000000001c57d098dc2b8072e4a06a0133cfa0a5e9b5892802dbc 0.06 MB 118 8
546,777 546,777 0000000000000000000c1fcf9d6cd69e3a40ca3f21ba3480a7a668d73dbbe3bf 0.30 MB 595 8
546,776 546,776 00000000000000000007ea7accf47a491f01358415faacd815fb5f48558eb53b 0.37 MB 673 8
546,775 546,775 0000000000000000001b3d58eab2a293956baeb88dd6a7c410c7ea3f387ca6eb 0.35 MB 661 11
546,774 546,774 0000000000000000002092476a0fea4d3ecf8222e2352744b7f89ae5aad61472 0.00 MB 2 3
546,773 546,773 00000000000000000019747abc139f4877f33cba387c488b8502f5e33cb2cfa3 0.29 MB 547 11
546,772 546,772 00000000000000000024a01d25d70e577fd0825f5d2a15db9bafe5aebb9c6732 0.91 MB 1,166 8
546,771 546,771 00000000000000000018a5bf5ba448a50618b5cbd1d8e823973e6ef1b79cb22a 1.18 MB 2,356 8
546,770 546,770 000000000000000000078a574202029c1b0a103e6c1615be185baf8c9e6a6742 0.44 MB 801 30
546,769 546,769 0000000000000000001b56157c9b215638360d81a43bddefb03d9ed43b8a56ff 1.18 MB 2,890 13
546,768 546,768 000000000000000000251b8ce5652f92865d3381da0713aa405822010316c05e 1.19 MB 3,032 9
546,767 546,767 00000000000000000003a794b1f9876013e733fc104b6279b8a5fd9d5b7e13ed 1.23 MB 2,743 22
546,766 546,766 000000000000000000081cd94f74e9e4259300303ed4e7d16900be10c67c64d3 1.22 MB 2,978 20
546,765 546,765 0000000000000000001a866176eec253fc59f836e6f730b063e6022aff2cd1d5 1.15 MB 2,442 13
546,764 546,764 0000000000000000001bc1695e44681b3805757273f94c8c8eae17fccf8aca2c 0.75 MB 1,414 9
546,763 546,763 00000000000000000014676eaac82bd53d612895df2d988ca8cac41bd793bcf2 0.78 MB 1,103 9
546,762 546,762 00000000000000000011060852dbe2788a3c164675d09965be25e62bc0245bfb 1.17 MB 2,061 9
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.53 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.