Memory Pool Memory Pool Refreshing

6,184 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (666,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,789 241,789 000000000000005824750737c78f7ef7f67a36373d40a7772020b66eac13f944 0.02 MB 45 106
241,788 241,788 00000000000000550e06d96759383bc64273a38a85fd322580da682bc7ff3338 0.07 MB 160 165
241,787 241,787 00000000000000b6094fa4dfec3ad238e03ad428b86fe231594f20c429916969 0.05 MB 116 228
241,786 241,786 00000000000000b629f7ed69120c58c3430c5599f7d0ad981c43678a9b70c180 0.04 MB 95 191
241,785 241,785 0000000000000015ec627834f3051a97e37bbab2af595a5006e6a93857b26837 0.05 MB 114 211
241,784 241,784 00000000000000ef688ee20b06f94cdb85349b72f5c11da2a8f7cbf4c93d6b6e 0.09 MB 194 157
241,783 241,783 00000000000000baa367bacbcb23f4610bcae1536a54ce05864903d6a7555fad 0.06 MB 74 117
241,782 241,782 0000000000000072babbbb32984f46d05e131acea3bf1d5e0cb699655b55e08d 0.01 MB 17 194
241,781 241,781 00000000000000d6e440ab456329ac8859d7c7aaa9a99a82a8b5e62273e65cc8 0.10 MB 214 137
241,780 241,780 000000000000001152af4483ab9a637a8941cd8fa6e05af22478495f2592f9e5 0.13 MB 283 152
241,779 241,779 0000000000000109b63e9c8ba3c598c0f965e2ce0132a6ed318764401d811305 0.02 MB 41 130
241,778 241,778 00000000000000af7a789f1b3f8a73532933504f7712d31f4d4e2508cba818dc 0.04 MB 88 147
241,777 241,777 00000000000000524896a03db45b8695b409624235863fc4ecfe9e228a25c5b3 0.16 MB 386 151
241,776 241,776 000000000000005c07cab605a709aba7b5445f0978051a045202867865c9f853 0.12 MB 266 164
241,775 241,775 00000000000000987475ddb9cb37f0761685e785b50b784f244a1be7a52e1afd 0.08 MB 128 36
241,774 241,774 0000000000000027e23529ba3c7878d16e687e96ad122a53fbe349d8a9f98c49 0.01 MB 17 65
241,773 241,773 00000000000000a9e88f326e208ff66290ff01c2e10cac2b9a08a6c9182a42e0 0.06 MB 132 197
241,772 241,772 000000000000001674acc97bc33ca9de45fd482494c4f17af693f88fe37420b0 0.06 MB 114 142
241,771 241,771 0000000000000018fc503f7e0793112736f28280508cbdc7f37519f9349c7dc8 0.09 MB 137 142
241,770 241,770 00000000000000135baad99294569ea58f71a880dcba7782fdb7c8c8663ea88d 0.12 MB 202 110
241,769 241,769 00000000000000c0ee7e08fe57274c8cd33f544a28f539bdd16c534ff103d466 0.16 MB 389 166
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.56 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.