Memory Pool Memory Pool Refreshing

7,336 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (15,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,748 891,748 00000000000000000001957986f581108043bca06f02e094ecb3d224478018be 0.59 MB 1,069 1
891,747 891,747 000000000000000000011e5446c70981257824e3af2fa2fe025e31d3df667b84 1.66 MB 3,646 6
891,746 891,746 000000000000000000003282dd6d67c0b29bd66df442e0be2c18f3ecd921654d 0.47 MB 881 3
891,745 891,745 000000000000000000005a6e0586f33d20b425f49c2d15fb780daae512d0bb5f 0.83 MB 1,885 1
891,744 891,744 0000000000000000000205bbd3b41bb8fdcbe2eb04368dce41c265165ced54b3 1.68 MB 3,095 2
891,743 891,743 00000000000000000001f20c0862e0c9667b531eeadbb07fae1b39a9a628a660 1.67 MB 3,525 5
891,742 891,742 000000000000000000012ad3653c8e6890ab27f2c97063bc68dd386f7b950818 0.99 MB 1,647 2
891,741 891,741 0000000000000000000121318d2cf060aea450d74c705ab71512a60790d3c1cc 0.48 MB 1,028 6
891,740 891,740 00000000000000000001ef0a4e90ff6c1f02aba13c8eabd289031c7e9ab58a83 0.23 MB 649 1
891,739 891,739 00000000000000000002462cad94e4dcc7ce53dc2f0a52e8713737b82f18453e 0.02 MB 54 2
891,738 891,738 00000000000000000001498c0d4074b0e47ebb1dbcd9cf2197f19649cd88623c 1.38 MB 2,843 3
891,737 891,737 00000000000000000000f16bd66f1b5feb5e5d1ee564a2ff52660785e5398d12 1.42 MB 3,012 2
891,736 891,736 00000000000000000000539d7c5e15a9f6616df5a985cc9269f4c2b536d922be 0.75 MB 1,111 1
891,735 891,735 000000000000000000020e0a14e3324f73fbd40fa43d169d9de24c674d2b835e 1.87 MB 2,878 4
891,734 891,734 000000000000000000024766ea6e5c121fbb7fbb1045755293799b1bd56e5ea2 1.16 MB 1,816 1
891,733 891,733 0000000000000000000061a951dede226d0320d0bc712332d61baaa940863ff0 1.55 MB 2,718 4
891,732 891,732 00000000000000000001975dd3472c8d57d577b20087e65e6e470e75f27b5a9f 0.06 MB 161 5
891,731 891,731 00000000000000000000ac0e4661d5eff59bde5311c1909d8a96353ca9d95f4e 0.34 MB 658 4
891,730 891,730 00000000000000000001c37c972f2a0379fb971297a3801d272dc5194735ffab 0.11 MB 258 5
891,729 891,729 000000000000000000019e8f8e76ab2b1cc95f89a43e6ee5b38887cc92c43458 1.37 MB 1,955 3
891,728 891,728 00000000000000000000b36a0682ca881a3339928d90cbe8320ef7e55fe10c1f 0.11 MB 321 2
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.