Memory Pool Memory Pool Refreshing

8,768 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,273 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (764,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,134 143,134 0000000000000038ff127714d66bd646dc991d754438adb05b8f622939753d0b 0.00 MB 15 95
143,133 143,133 0000000000000720c187adcd232e2e3ba723e2486b845fd261aa2d1378134ca9 0.02 MB 36 155
143,132 143,132 0000000000000093f79a0cb0adbc74c7700d3b1c13095cbce6399a02ae8c01e6 0.01 MB 29 341
143,131 143,131 00000000000004b8d224e1b61d8f9945fb39cab794aa1fd987a9fead22a7907e 0.02 MB 36 227
143,130 143,130 000000000000020898316753be9d3769de89803f6f34c0ab1988b2402591cbc2 0.01 MB 23 0
143,129 143,129 00000000000007edeadadb5007e5f11e3c80f48087d60d3fe0469209738598e5 0.02 MB 61 31
143,128 143,128 00000000000007bd5a3d903a8124535594d908097e1c099bff2e1899c1298136 0.00 MB 1 0
143,127 143,127 00000000000006692c83b86054b813c6ff3e10d620217fa567220b09a96fe651 0.01 MB 20 246
143,126 143,126 00000000000002aa8c3a720cbb1711c2b955e683ee2fdfdff458ca2f66fff916 0.02 MB 61 128
143,125 143,125 000000000000058a0bef39360166aa669e9578774dcc46a3e3ba0d6fc0717229 0.02 MB 49 438
143,124 143,124 0000000000000136cf94487e7716d584a0131461c9183050a1e829c0085802c0 0.01 MB 28 160
143,123 143,123 00000000000007e83e6e1af7793e6a2d1b6588ad2fa06d083d7d7ba8b880dcce 0.05 MB 149 81
143,122 143,122 00000000000003bd8a5fe0596ecfed8dd1f1fbbfac9c93c62910b2c0050b05e7 0.00 MB 6 63
143,121 143,121 00000000000006509601a832426669f776c7d3812d132be81df212d6335b18e4 0.01 MB 48 118
143,120 143,120 000000000000003160c34d86698fbe5c61d3566468e2f0a4dc2668c23fb9937a 0.01 MB 11 19
143,119 143,119 00000000000004ac14ffba404d975e8095ad9aabc6dcdec7f0a3c556ff6d71c2 0.04 MB 95 253
143,118 143,118 00000000000006bf2c0509cfbbecb070e8bd7da1346c8f50f04c7fb8da9cd122 0.04 MB 74 197
143,117 143,117 00000000000007a31c96456fd7a846b90904ed6e991b3c539261678446d36521 0.00 MB 8 138
143,116 143,116 00000000000001fc8b33563f97cfc5f748789dc5551a1cd444906b259006c922 0.03 MB 120 5
143,115 143,115 00000000000001c8abc3fa55cdef4c5fa0bf351b530314136bc8e3ed27d06d94 0.01 MB 21 248
143,114 143,114 00000000000005c5dd0e5af96d2017247d3dda97a023703fba132ce16d66c680 0.01 MB 31 250
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,631.71 GB sent, 93.57 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.