Memory Pool Memory Pool Refreshing

9,615 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (483,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
423,855 423,855 0000000000000000003b45ee869a954bb1db777d31f7facd17da7869af37fec8 0.97 MB 1,551 55
423,854 423,854 000000000000000001eda5428cc9c9ade4ec4b0450bc15cfb4a62becfadaf1c6 0.00 MB 14 118
423,853 423,853 0000000000000000035d8fe66b94ff4a910ec0c27390dfdfaee1f3f361c1e682 0.52 MB 1,307 93
423,852 423,852 000000000000000003563c4069885a7976faa131a27f77f0ad5b3b227b207db5 0.86 MB 1,931 83
423,851 423,851 00000000000000000161b4012e82fef281f101ee302212b610383fba6bb29b5e 1.00 MB 1,964 76
423,850 423,850 0000000000000000000998aebabe6bf6b8670de6c37040007464b8ed0fe7fdd3 0.49 MB 896 69
423,849 423,849 000000000000000002fcc5cad8141d356d8b5d725e14b857c7241b4b0f4d2747 1.00 MB 2,477 71
423,848 423,848 00000000000000000301247d2857770dc8ba819b02ecb893d44bc71912cce387 0.70 MB 1,385 68
423,847 423,847 00000000000000000369deb0bb4353523fdd851c33f2b3abab71cc2b9885dd84 1.00 MB 2,120 60
423,846 423,846 000000000000000003cdd17fcb33c7907270d8ea06be5822ee885e84ceeba407 1.00 MB 2,893 107
423,845 423,845 000000000000000000c62ebe8872c66c1b22f5d54baeee36bb5674ba3f457e80 1.00 MB 1,735 91
423,844 423,844 0000000000000000001fdc90202f67ec614d4edee5f0d027dd9c0c634a331f35 1.00 MB 2,171 64
423,843 423,843 00000000000000000026978048d334b56ad83722052a53ab26c6dba8a0e16244 1.00 MB 2,751 117
423,842 423,842 000000000000000002625bb012a04ec071b843a59ac291f3231b2a6a684c0470 0.99 MB 2,511 105
423,841 423,841 0000000000000000044f6f458cdaf523f787937f73a5b7b84552807c89760405 0.71 MB 1,594 85
423,840 423,840 000000000000000003ba8e2254218e71c877f3f5e7f09c32f4804afcea786f92 0.50 MB 1,324 98
423,839 423,839 000000000000000000433dc5a6ef5f3ee5a5e91f26010cb68a302dfacb87b3f7 0.42 MB 1,099 106
423,838 423,838 000000000000000004d3cc2c71c8b804b2353ac7c2b9584fcc9c0d803b516998 0.41 MB 1,010 87
423,837 423,837 000000000000000002b98dd7364b5997600841ded131660ee62672863de2cb72 0.99 MB 360 8
423,836 423,836 0000000000000000013277b3855bf2e6d1c9fee7ec05a16c23d07bca8f181345 1.00 MB 2,758 103
423,835 423,835 000000000000000002c3ad5eb8d0ce32ad3a2e2aaf0a87f619c9587737decf81 0.78 MB 2,022 80
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, 114 incoming
  • Data Transfer: 1,625.27 GB sent, 93.03 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.