Memory Pool Memory Pool Refreshing

43 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 35 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (151,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,759 756,759 00000000000000000008da1b25c9c5e7e0e6778bdea9363fa632b373fb8a2283 1.09 MB 2,192 10
756,758 756,758 0000000000000000000320b2ceea0476910e3475ae24ccfaa7c725ed035eb056 0.49 MB 659 9
756,757 756,757 00000000000000000003c73ffff72c47750221f75cc7b7c84d79077de7330b19 0.72 MB 1,425 8
756,756 756,756 0000000000000000000808078b89f1d7c045df7facc40abd3a1ce32486143f8f 1.09 MB 1,539 6
756,755 756,755 0000000000000000000421f4858d1b69f1358affd179d56503622cd21753f40f 1.54 MB 1,030 2
756,754 756,754 00000000000000000005a8dbccb32e1f2731e283342977fc44d0f48e7ac89ba8 1.57 MB 3,057 6
756,753 756,753 00000000000000000003c52fb1016d9bbf337bd327f5ba5b564e11578bf2a582 1.53 MB 3,155 9
756,752 756,752 00000000000000000006d38fb36ba07bfa8efd546812d669dccd8a45d2a60d22 1.62 MB 2,533 17
756,751 756,751 00000000000000000003822ad88efc35511c245f30e6a69d92a283111b3cccf8 0.22 MB 180 6
756,750 756,750 00000000000000000004c52fe9d680d5c37ba88ccc00eb996556d8228c282aee 0.74 MB 930 9
756,749 756,749 000000000000000000033fb22881d0e9e48cd69101ace13cfc5f35ec8dcd740d 1.73 MB 1,251 3
756,748 756,748 0000000000000000000413eff86975d0531a343d14c198ed0c694de1b7553af2 1.47 MB 731 6
756,747 756,747 00000000000000000006701f4fb06a38fe9e187a155e74431521bfb91d018c19 1.63 MB 2,037 6
756,746 756,746 00000000000000000006b74f0def5c152624c2d15391a15169fa8a427a03050a 1.52 MB 2,952 10
756,745 756,745 0000000000000000000269ebd89dbbc8a0999675decdf85e96c2bf05f40b92e0 1.55 MB 3,102 10
756,744 756,744 00000000000000000006dd4dc06c4714a7717f050ebf2bd1750602cac6ab7ee5 1.70 MB 2,192 7
756,743 756,743 000000000000000000054206e335d6638759a1e05c094df898625608c147166e 1.50 MB 2,056 2
756,742 756,742 00000000000000000001dc082e682637bd7d583d41bcc0202aab6b5ee032cf08 1.62 MB 1,997 5
756,741 756,741 0000000000000000000533add631cf5feea4978830ce42454524daa3173b3a65 1.48 MB 3,090 13
756,740 756,740 00000000000000000005ee76d52a3f61a976a1e4be785eec8941cd440d676ee0 1.43 MB 2,681 5
756,739 756,739 00000000000000000003b087300223ffaf3e0894f34b433a8f44f44a7cab6384 1.63 MB 1,888 13
Previous 10 blocks ↓
Total Size: 769.10 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,628.93 GB sent, 93.40 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.