Memory Pool Memory Pool Refreshing

5,322 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
899,919 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,995 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,918 (4,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,751 895,751 000000000000000000022536acd6c2f9ae0cef88f4bfe947c454118273f67d1c 1.19 MB 613 2
895,750 895,750 000000000000000000005f000e3b1f466281d4cf328d2c75ab4dc92626fddec1 1.14 MB 721 3
895,749 895,749 000000000000000000001dfb165abcf0ddccd970422aa6ebd9b327861e75037c 1.16 MB 792 3
895,748 895,748 0000000000000000000084de4aee62dadeb83afd7f65a34329890cfee3ece154 1.45 MB 2,428 5
895,747 895,747 000000000000000000000c85c82f00dfc806b705781edcc4df27f70bd59e1fb9 1.54 MB 2,379 4
895,746 895,746 000000000000000000018f79f1a23ff336be6d085e71310b9fa8e969512a8b3a 1.37 MB 2,155 1
895,745 895,745 00000000000000000000457a2fa4481afdeae214d90619a6686c4d482a50180c 1.68 MB 2,920 5
895,744 895,744 00000000000000000001fb113eb395f5d76c9ae6f912b4600403f577356b8c4f 1.45 MB 2,387 4
895,743 895,743 00000000000000000001aa86b504345c002d99f06d3a8ffa58ec43d646222894 1.50 MB 1,999 3
895,742 895,742 000000000000000000008f9730a2780a39faa7bd2f6e0e3803c792de84850960 1.78 MB 2,914 12
895,741 895,741 000000000000000000022fa156e9cec8d9a0c4238d153fd0ae1f8460ace47266 1.52 MB 2,355 3
895,740 895,740 00000000000000000001b1664af9e0660df545dc66fe0eb31f3f675f7b2576b1 1.82 MB 3,309 1
895,739 895,739 00000000000000000000866a042637c5290c6aa691757d5b829949096bd57ff4 1.60 MB 3,104 2
895,738 895,738 00000000000000000001f8d940058d0e56d9ee83ba0b5e4ecc9c0ede3ec1df4c 1.37 MB 1,291 3
895,737 895,737 000000000000000000006a05a25ec3410492c5d50aa92cf3cb5c055d7c77da3a 1.62 MB 3,180 6
895,736 895,736 00000000000000000001bff134c2eccc12719830527b35755bfac136be48e915 1.43 MB 2,075 3
895,735 895,735 00000000000000000001f02ca646ab6e0df73aa6d77a06066e023110774a36b0 1.60 MB 1,479 3
895,734 895,734 000000000000000000020da9233b9df12d1d604408ad370ebb86144b8576d82e 1.50 MB 2,185 3
895,733 895,733 000000000000000000008f2024f22245a42ffe705c8ed0021499529b476acb03 1.47 MB 2,664 4
895,732 895,732 000000000000000000001f35e665d3c5baee1b60013468c9e419a438ae898f69 1.31 MB 1,502 3
895,731 895,731 00000000000000000000128a1bf8c07dd134a56ebce11ff9cac153425affeb9c 1.55 MB 2,546 5
Previous 10 blocks ↓
Total Size: 755.83 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: 544.69 GB sent, 27.55 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.