Memory Pool Memory Pool Refreshing

4,933 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (894,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,837 13,837 0000000076aa57bb064c645028b5934257275fc47b756b2d3cb7db98f39c7bd2 0.00 MB 1 0
13,836 13,836 00000000ae6a6202fe1a0ee15aec17617602518c29a48a8ffb12053e39a8842c 0.00 MB 1 0
13,835 13,835 0000000072f399ef26d23ea5c73a3236d29502fa08e3826c5f788a376f9e41aa 0.00 MB 1 0
13,834 13,834 000000007f0146d6cf6e57cea05a34caa5bf3e4bae46d1c3fbf6b6a29cd6fb8c 0.00 MB 1 0
13,833 13,833 000000001e316d3655b01c14545f8ea8dc102bbcfdb45ea85f089676d56a10f3 0.00 MB 1 0
13,832 13,832 00000000960b16f378a2a4ff86c3b69540708d9632402f69a6dfdf0815f7a731 0.00 MB 1 0
13,831 13,831 00000000775b29529cb738b90498e475456635f41a9484b1eec4c5920245f97e 0.00 MB 1 0
13,830 13,830 00000000173c3f807f5c842b35adc5d4af95f2529ab468a9216b40e05c8d9ea6 0.00 MB 1 0
13,829 13,829 00000000fc7e2559217745599937176ec5a938f25b273379be3e4feb2806478d 0.00 MB 1 0
13,828 13,828 00000000b6322acc4372400dd199a3cc3a5195b46c50d37b46e8a11174f7a7b5 0.00 MB 1 0
13,827 13,827 000000002a460258519390972e1ea110ac7a0ee05b314d165af0823b9f76abec 0.00 MB 1 0
13,826 13,826 000000004eb8c021fa02dbe116a664950f2ffc9120cadc92dce85d1c226f7d9c 0.00 MB 1 0
13,825 13,825 000000006267f75fe735b4096070d337c480b41a3eaa3d49e9db937d3f5cac5a 0.00 MB 1 0
13,824 13,824 0000000007796868b0873891e1bebe1a87a039cb8e2285c09dd3209db2deeb82 0.00 MB 1 0
13,823 13,823 000000006c9930333709cb218cbbb118bf196bbd9217fcab72d4e1a8fc841ab5 0.00 MB 1 0
13,822 13,822 0000000022f74fbbd8a934d082f5b00c15782d04a40776b8d24b0cf186ef87da 0.00 MB 1 0
13,821 13,821 00000000c926d762ad0aa1f2d0f63d47bf9da8829b8c0fcadf7ac25b4fb2d092 0.00 MB 1 0
13,820 13,820 000000009c7802d9fccde4936d18568605d5d56fde16763dd14a947e27115266 0.00 MB 1 0
13,819 13,819 00000000e12856bab5e918cae1bec411ebdc224d4112d7caa9d3a32c2dd7c8eb 0.00 MB 1 0
13,818 13,818 000000009af454d33aedd223e60eb1356ea57e770cd6866451a283b04a424dba 0.00 MB 1 0
13,817 13,817 00000000c883e98da597cdfc83d55bfbe853e558accc393cdfc4ad85e6acd23b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.11 GB sent, 101.86 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.