Memory Pool Memory Pool Refreshing

2,943 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,691 (575,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
332,219 332,219 000000000000000008f23527b58abbae54065fe1d849bbc5b9bc710319fc7cf5 0.01 MB 26 16
332,218 332,218 00000000000000001b466fdb6ceeeec014717993a5474cbc9b8e5c948dbef748 0.10 MB 112 15
332,217 332,217 000000000000000008393a0348f0e30025287c02289aaa10f6c864fe41e591bb 0.12 MB 166 17
332,216 332,216 00000000000000000cd97891662a4bed3a98a2f383c848411c5e199d783c55aa 0.09 MB 209 26
332,215 332,215 0000000000000000075347cce755241b610d0fb8a17e3d638bac5c952191a635 0.10 MB 152 16
332,214 332,214 0000000000000000032e22b545e77e5019a409f16c1ab97ff8273b3d0ad4ac78 0.05 MB 109 23
332,213 332,213 00000000000000000c10458458f1c6eed3cc7282d7152d0a3815ed2fb1d88d89 0.14 MB 226 29
332,212 332,212 0000000000000000034bf48950d0807aa3b983907168d16d713b6411e5e8cee3 0.53 MB 967 23
332,211 332,211 00000000000000000af2a20c92177f0ece5ab8891a5db5cab7498a10e0f804db 0.10 MB 186 27
332,210 332,210 0000000000000000090e28ebafd5f74e218496fce9791f81e5c729bc4cd525c8 0.08 MB 132 19
332,209 332,209 0000000000000000172db39adfbf906375e5518ef9e24be81402c41b5c5a966b 0.24 MB 385 21
332,208 332,208 000000000000000007e5cc6f598ac0d10d5c0ae2abacef7373b83914c715636d 0.19 MB 343 21
332,207 332,207 000000000000000015518462ee248ab2579ca60efb08adbcc7de1ba04ea9a4e0 0.04 MB 74 18
332,206 332,206 00000000000000000a2d37208530d2d2eb97f18fbdee7e9704ad326bd929034f 0.19 MB 367 24
332,205 332,205 00000000000000001762d24bbdcd9d630c28574361689f4fae34e2147edba781 0.26 MB 427 17
332,204 332,204 000000000000000018bf09a1daa1691fc28a7372ff433a228c844524b09892b6 1.00 MB 1,669 23
332,203 332,203 00000000000000000d012b460bae7848b41ad67e7c547b0f6a8a200a6405f32e 0.29 MB 860 36
332,202 332,202 00000000000000000607b8025588fef161222ec10be9afa0a28c825674aaa834 0.02 MB 29 20
332,201 332,201 00000000000000001856a18b4d56f1af4f5d04212788922008ae078fe2d7d13d 0.37 MB 629 23
332,200 332,200 00000000000000000ce91a48df64a591ae9870f06e84a7e96ea2f9694e2f58c2 0.56 MB 1,205 32
332,199 332,199 00000000000000000925afcc3405c179070c18f98cb34069e3b7a9ee2e9f0fe8 0.09 MB 143 19
Previous 10 blocks ↓
Total Size: 768.97 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,615.51 GB sent, 92.64 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.