Memory Pool Memory Pool Refreshing

4,593 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,272 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (15,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
891,727 891,727 00000000000000000000ed77bfaaf3544bb696e357fe88717b2155ffb216c189 0.87 MB 1,986 2
891,726 891,726 00000000000000000000b5735e619e6c1fc0f3ef61824715ba5a79a0caafb61d 0.96 MB 2,009 2
891,725 891,725 000000000000000000020628dc39573c7b9ccaaae1b8677f37eb191a901c5016 1.73 MB 3,163 2
891,724 891,724 0000000000000000000241322cbb9f1ac0fea55004aaf7e23cbf4f1b30c7174f 1.76 MB 2,531 3
891,723 891,723 00000000000000000000131a5e09c73335ee14f409e023fce3c22c5bd019e8df 1.30 MB 1,570 2
891,722 891,722 0000000000000000000175fdec81b4dd872cf06c6ca7e57b344737e6e0324215 1.30 MB 1,744 4
891,721 891,721 0000000000000000000174b962ac30c7ae5a246e18155cb7bed7284150b21817 0.61 MB 834 2
891,720 891,720 00000000000000000000e870a71414c87c4fdc7c696aa10135043bc5bafab3bb 0.70 MB 1,365 4
891,719 891,719 000000000000000000014b96339a2eeae81a9ba3536eced58a3a6a9fbfefddcb 0.97 MB 1,963 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.