Memory Pool Memory Pool Refreshing

5,069 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (770,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,996 136,996 00000000000001aa490261314ca761c6e7c25214c93d2e8b711df774d17ea847 0.05 MB 111 275
136,995 136,995 00000000000001de6a97b8fc92206baa81870c2de39975100194802408384250 0.02 MB 39 15
136,994 136,994 000000000000018c7f8e6fc7ab24cab8c0a91b0c78f10080d3881cd649ef0065 0.05 MB 76 230
136,993 136,993 0000000000000845b3e410a813c8768342f089e434afa9f64b5521b8fd010e67 0.00 MB 11 924
136,992 136,992 00000000000002cb07853fd0ce12524918ff07bbcbd3155ecca18706fc8900e6 0.01 MB 7 28
136,991 136,991 00000000000008a03acb668dc43cfcbd4c45d47c06bd9af9e882dc8466c77aa1 0.04 MB 104 174
136,990 136,990 00000000000002a4abc20ff062d9f120550aac78308e16e1e6386e9c6566016f 0.03 MB 56 198
136,989 136,989 0000000000000117802624a1a5c9592995337aeb011fdbf8c7c8abb0474d6815 0.01 MB 33 183
136,988 136,988 00000000000001618dd531edd175af8e90810fc078c0d637a1a04d94e54bdc46 0.05 MB 97 166
136,987 136,987 000000000000072133bd6257c157727f145601f1b31398a5cae19d722e72489a 0.05 MB 87 257
136,986 136,986 00000000000001521dfa2dec900a5b72fb9bfbfe91f3c6b53787fa8c1c3ce6eb 0.05 MB 108 262
136,985 136,985 00000000000003f31bf4b1b78fa876b9a59bb6310a8bc64c65fda89b5eb798e2 0.01 MB 23 480
136,984 136,984 00000000000008fda2f505db9849bd786bd316ec59d67163777dc619baf7cf9a 0.01 MB 20 214
136,983 136,983 0000000000000671ed61c0674cdf01fd8792c63db524db903ac97de1303b1080 0.05 MB 102 33
136,982 136,982 000000000000073208e590b9f1256bb37616233496d11b7eca54b5745d9a1672 0.05 MB 116 94
136,981 136,981 0000000000000a0cfdeb27ace8e809669e185c9c47930c0d14a6a9f747dceeed 0.03 MB 35 386
136,980 136,980 000000000000055878feb7c77e005f059414c9b43af72f672e1e080cec893d4a 0.02 MB 20 832
136,979 136,979 0000000000000a8be5f716f96b77decb647686e75190a5ea5e7b40d58b702284 0.05 MB 110 256
136,978 136,978 000000000000088f73b1be116751170619b6ed38053b37116b9442df18aecff2 0.03 MB 28 299
136,977 136,977 0000000000000614d3738b95d13ad048594fe4fef442ea3dfa6197eb30d933f3 0.00 MB 1 0
136,976 136,976 0000000000000a3c2b48c950635c6a219ded9998eb92ebaafef77980880cc7d3 0.03 MB 71 294
Previous 10 blocks ↓
Total Size: 769.29 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,642.55 GB sent, 94.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.