Memory Pool Memory Pool Refreshing

5,298 transactions
2.35 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,269 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (16,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,755 891,755 00000000000000000000155a3480e90fbf78d706de86d67b8a321d759ca966c2 1.70 MB 3,972 7
891,754 891,754 0000000000000000000224cec1de161c7320d8eda8d9e64ae21468ee44a312b5 0.40 MB 1,027 3
891,753 891,753 00000000000000000001bf99f108e68274acc5708ee792305ccdac8d5cc38782 1.62 MB 3,449 3
891,752 891,752 0000000000000000000024d771663cf37548b9aff0cba561cfcb482a641f1b79 1.33 MB 2,875 3
891,751 891,751 00000000000000000001a92a20c2632ea515d7e06b23c8f13bbd56ca4f4e8bbb 1.38 MB 2,993 3
891,750 891,750 00000000000000000001cc4a7fc5f6f34ff6b4bfa381792fab15b35186acfbfe 1.00 MB 1,935 2
891,749 891,749 00000000000000000002201c70f1553b97aa9668351296699753508a1a3d4303 1.25 MB 2,073 4
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
Previous 10 blocks ↓
Total Size: 769.13 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,631.78 GB sent, 93.57 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.