Memory Pool Memory Pool Refreshing

4,166 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,559 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (681,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,336 226,336 0000000000000345ad61182f14839faa1d0634315480c7ce6cb1fd863e0e1491 0.01 MB 21 132
226,335 226,335 000000000000005f816e4c6de01626d5c63201979d24fb0458247cf7a92f4686 0.05 MB 93 120
226,334 226,334 00000000000000c7df82260381927a6e1aa8a827370357eca96a070753cab0b5 0.04 MB 29 483
226,333 226,333 000000000000007268f8d81deb91209abd65695f79667286f81ad4b3cd260c6e 0.01 MB 37 197
226,332 226,332 000000000000028dbda898d06e5889d5c8d731281bdfb36d0bdb4d7c396769d8 0.02 MB 53 141
226,331 226,331 000000000000017c1c03cc4f0f0a267bc8eb4c1c34465c919ce2ca87b007438d 0.01 MB 19 155
226,330 226,330 0000000000000346c7de54dcdcdd9953a3a41128d7c77c8c481176e109be55cb 0.02 MB 38 163
226,329 226,329 000000000000008abfcbddafcf1b91d49b7e93f7f04d7c3949cfae8f80bc0e90 0.00 MB 1 0
226,328 226,328 000000000000024da48213e23809e165fab63eb9984f58297ca464b14d21219b 0.07 MB 159 166
226,327 226,327 00000000000002ed377ca1da825b19beb6266081e9c235d7a2870ddf1b91c376 0.09 MB 230 169
226,326 226,326 000000000000033cfb69ff2b421855146d3c68e5ee4f25c8c01ff9216d9b6eaa 0.14 MB 312 227
226,325 226,325 000000000000001d582800a744402991b476b057f480938a966186b0f70707bc 0.11 MB 272 321
226,324 226,324 00000000000000425b5afc40842f42bcb70c83198fe94cc886c014660af4205f 0.15 MB 256 85
226,323 226,323 00000000000000d0bac81949e4eaa1ff25c25f37c93c5a90a77885571914ba49 0.07 MB 162 301
226,322 226,322 00000000000003244758e9fb1055a5d1d198624077273a1bcaeccb7bfa1b9e73 0.07 MB 146 199
226,321 226,321 00000000000000fae1d5e8951ccb279bbf97e1437f2283469075238aa2c47e17 0.11 MB 198 167
226,320 226,320 0000000000000208a902f27e40f7202c98ea4a81953c5c79d59e6443df705354 0.06 MB 137 191
226,319 226,319 000000000000014269c0eeb03a415841b83286b66bbb7af94c6008145a34556a 0.07 MB 154 290
226,318 226,318 0000000000000056319caba34dc84a9d92827c597880b04d9bf2243148a08cff 0.09 MB 183 274
226,317 226,317 0000000000000279572bc4e21fc683406b609bc7a5eb1972572d4815afcb924c 0.00 MB 7 46
226,316 226,316 000000000000006930d1fd3afd50c871afba36dd64123410511557dc93836d36 0.02 MB 50 193
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.