Memory Pool Memory Pool Refreshing

4,081 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (85,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
822,518 822,518 000000000000000000030fbdc651da1dc956e3fca4ac11a6288f7913d8b30827 1.81 MB 3,423 75
822,517 822,517 00000000000000000003d85e0ab75b6831241c5b915e228c67bfb6a0e2541f59 1.90 MB 3,355 81
822,516 822,516 00000000000000000002e0f442b3299c1e3a3c56f6a4efdb063c43f0091bd949 1.93 MB 4,287 93
822,515 822,515 0000000000000000000186a64e4be2bdb6fa11b5e3521320ec7f3537b8c8aa4b 1.77 MB 3,847 115
822,514 822,514 00000000000000000001d299eb5849b8f357c0b2181881fd19efcb71e97f1e30 2.26 MB 3,990 93
822,513 822,513 00000000000000000002ba51cc7833eac3fe370205c6aea07195c202a9978a93 2.02 MB 4,124 91
822,512 822,512 000000000000000000016cee5c5928fd6f230f311662e3b9e35ed8c8043e91f9 1.55 MB 3,028 105
822,511 822,511 0000000000000000000283be415a5bd0cff3ee8e246519376c1373c58c746e80 1.62 MB 3,424 122
822,510 822,510 00000000000000000002a33880e41681781500aa248450f49054f9849b7333e3 1.82 MB 1,100 122
822,509 822,509 000000000000000000007f81ad6627ad4e18723461a296ad0897346dabd3117a 1.58 MB 2,886 93
822,508 822,508 00000000000000000000b13afdf15b97699699aa2f2b45c82d6b34867302b6b5 1.77 MB 1,631 145
822,507 822,507 00000000000000000002e991c3f5ef563032c0b610ee4f93e69e4c13955ddb38 2.04 MB 3,680 101
822,506 822,506 000000000000000000015045347502a10cbdd21b995839a2d1db52eea1865e7e 2.34 MB 3,112 127
822,505 822,505 00000000000000000001d53061983072211c48a5dfbd2e66a00c51c2d6a22773 1.85 MB 4,702 101
822,504 822,504 000000000000000000001385d13c33d77ce4cd8c73371d4640ab7128dfd7fad5 1.59 MB 3,747 118
822,503 822,503 00000000000000000002c46fe78035a46ef2675b88f9fae2f834c4eff1be2a66 1.75 MB 3,502 87
822,502 822,502 0000000000000000000317e15b7739567d57156c602d4df281e510e8b95a20d7 1.70 MB 4,455 101
822,501 822,501 0000000000000000000426d0cc768dbcd840828190532a1b6ee72b5fa609273a 1.68 MB 4,159 112
822,500 822,500 0000000000000000000090abf83ec8a2337ce9b3d847743e231de34978dbd0cb 1.56 MB 3,775 138
822,499 822,499 00000000000000000004229565af4e11d9a517256ee6d9916a733f41ab4ef64d 1.52 MB 2,914 173
822,498 822,498 0000000000000000000136cdabcebd764d4d8bfdc3dbc2d5ab96a1b15e69d4b7 1.72 MB 4,675 108
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.