Memory Pool Memory Pool Refreshing

17,648 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (606,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,744 300,744 00000000000000007bb05bbb386d134c3c2130eb5ff175a7571a786db2a3b112 0.50 MB 1,337 47
300,743 300,743 000000000000000042a54c742634ec0532178dc51e2ead36c7e72f7ebd8a9a54 0.07 MB 101 5
300,742 300,742 0000000000000000780e199b696c016e0691d0de181bda4e00e33fb918a6f1c2 0.28 MB 523 31
300,741 300,741 00000000000000002fd26c8d78dad3baf043c3c5713396ac7a59d5ced3d2d791 0.26 MB 261 26
300,740 300,740 0000000000000000183158053e8cbe59ae34e87c5cfe2d0e38af140754aceb13 0.34 MB 217 21
300,739 300,739 00000000000000005386494299f7dcc98d71d30a27637a15b3c2bb0e43516228 0.35 MB 436 24
300,738 300,738 000000000000000030ea06e8a6d2f07884efd6747fa8764c7d5a7e3290e5f057 0.35 MB 434 21
300,737 300,737 00000000000000003424361fc9eb9cf237aa80efa2209d56d3ccc7960087d9d9 0.92 MB 1,824 31
300,736 300,736 00000000000000006324f0eacfc6aa24be29b118211758f7f7e17f3dc19bb8ab 0.06 MB 128 69
300,735 300,735 00000000000000000a8e40a4c5824c25b1863c6bd994da44fcac34db008a788e 0.40 MB 594 27
300,734 300,734 00000000000000005939e7df1fb690899c4a76f0942201aa28c5fd06316a8bc5 0.19 MB 101 14
300,733 300,733 0000000000000000303efbaa256386dfdf23a853fa15659ce78485521ab6917d 0.32 MB 370 51
300,732 300,732 0000000000000000490f158f4abf1f9bdc74214c86d56925c3e026e3124cd232 0.35 MB 769 36
300,731 300,731 000000000000000067412a6a814d37df9fd0834d297284bc96414ba19c939e13 0.17 MB 134 20
300,730 300,730 00000000000000005faf1c78f40748e321596c9337ee45c79cc09bfcc46e8eb1 0.90 MB 1,450 49
300,729 300,729 000000000000000031bc2d79b9c5e9d46af2ee2ba828da03de3716835a381a43 0.92 MB 998 20
300,728 300,728 00000000000000007b86d7a2353c96f6b2233ab347d5d3d9ffab7d2dc971dc1c 0.35 MB 1,063 47
300,727 300,727 0000000000000000717275e3ac4a450b6a4bc6f172ccc4b86d1b755ed275d61a 0.50 MB 1,369 44
300,726 300,726 00000000000000002f823a96b77f7587f7026333b1a735d316c6a792267d6a9c 0.64 MB 798 20
300,725 300,725 000000000000000007b82ca27feef695559f29e0604985e2acf0343e5cce7d63 0.50 MB 1,109 34
300,724 300,724 00000000000000002af4d5ce9df3dfab98c20b29c7b46f36a51b7de281873680 0.25 MB 723 43
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.22 GB sent, 92.99 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.