Memory Pool Memory Pool Refreshing

410 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 410 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (84,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,673 823,673 000000000000000000015ffc34cd27588d92ef90c5b6f28c238d329f514c1c65 1.74 MB 4,521 207
823,672 823,672 000000000000000000013dbbaa68675fa02c60b1a1b4f146ff333de56c31966d 1.67 MB 4,531 213
823,671 823,671 000000000000000000012aa95aee0fd451961901b2bd0a5aadd5ab2a1a26de52 1.80 MB 5,022 201
823,670 823,670 00000000000000000001c7e780021cbf2bd11afea9ebf2de6fb202cad7950cd1 1.65 MB 4,146 226
823,669 823,669 000000000000000000015aca0062e233df352e466cafc7ceb03c5446b8d8b5da 1.84 MB 5,163 200
823,668 823,668 0000000000000000000071fb03759052b3a17d22a82ee655630e8e9d34a14108 1.72 MB 4,564 216
823,667 823,667 00000000000000000001a115f4f25f975b7c52205465ded5e17979d9f7694d99 1.70 MB 4,358 220
823,666 823,666 00000000000000000002d337280eb54080e50df4f218b6d8f080b4d2d3bd787d 1.82 MB 5,168 206
823,665 823,665 0000000000000000000065bd10ed2990ce2041f11f584f89ee45285fa1500424 1.46 MB 2,856 156
823,664 823,664 00000000000000000003e0601a9fb58fcad9afdc8b1a4b1c3f7f1a1bf2a07e93 1.72 MB 4,656 206
823,663 823,663 00000000000000000003b3a9fbd65c9f831a1a118b5d85e16ed7760e436fe61a 1.76 MB 3,672 205
823,662 823,662 000000000000000000010a89f9a694990fabd848dbd5eda6dbcbabfabe1c91ba 1.56 MB 3,557 235
823,661 823,661 0000000000000000000238ba7b3446a7fcc7aa5dbffdc3c6add7e26df34fc2aa 1.75 MB 5,120 140
823,660 823,660 000000000000000000020895b2888cbdae1946e045396e06097c4e4c9aefeba6 1.67 MB 4,256 138
823,659 823,659 00000000000000000003174fe7ead0f04e1f8128b33b343593907d8317aaf83a 1.81 MB 5,299 160
823,658 823,658 000000000000000000032a5044b3f39c06573c76e2c691a96d27d9fdfa8ce801 1.66 MB 4,278 189
823,657 823,657 00000000000000000001294e9ef174c91e9f07157d4fa766a1556f3525283c9e 1.78 MB 5,551 132
823,656 823,656 0000000000000000000185c8a6091c910447911b879bb84418de6432f8851f6b 1.74 MB 5,746 130
823,655 823,655 0000000000000000000316eb834d860939e47d5a052e4ad395230bbd23811bbc 1.62 MB 4,917 141
823,654 823,654 000000000000000000009d543a841df523b901386bf4eef7f6825269db937c2b 1.91 MB 5,323 170
823,653 823,653 0000000000000000000288b92e9438f5e00ecabf633bd12d0ebb833011ba06cb 1.66 MB 5,181 149
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.