Memory Pool Memory Pool Refreshing

11,263 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (74,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,205 833,205 000000000000000000028b547a1fb1da98b997fd9c476a1e19366952e7caf49c 1.69 MB 3,187 72
833,204 833,204 00000000000000000001209def4f25485bf81908755c45de4c7e8c3f71c7c1bf 1.73 MB 3,166 77
833,203 833,203 00000000000000000000e004a222629a89e84ce20cdd04c984acc272ef33f164 1.66 MB 2,402 48
833,202 833,202 000000000000000000035de72b4dde25e835e00c0233fad0b5226875ac58f469 1.84 MB 2,536 53
833,201 833,201 00000000000000000002d215fa8846f2345ea7f33c64b4f3685898af653df2ee 1.71 MB 2,776 49
833,200 833,200 000000000000000000027d8296cdc8157a580a6e1f425dbb2c5b4a84d149ed5f 1.78 MB 2,783 52
833,199 833,199 000000000000000000006c0eca64cf710ae7a80a2f76915bb2ee14cd62281f55 1.84 MB 3,151 63
833,198 833,198 000000000000000000000ecb6d1f300d456fb1727aa989fdba9d20491c5a4ea7 1.86 MB 3,001 54
833,197 833,197 0000000000000000000209563e8ae629f832d7abbd7ebbc5804c6ed5d38a054e 1.59 MB 2,670 76
833,196 833,196 00000000000000000000ed3923173c76577a3b63cb1f0336a89d08edf4db9009 1.67 MB 3,210 56
833,195 833,195 00000000000000000002e739f35c77e84830849407d84f23b266d0462b4dbced 1.66 MB 2,538 69
833,194 833,194 000000000000000000013a81f82f1f84a330b8b0a8172d1a9a689130ca936c2e 1.70 MB 2,797 77
833,193 833,193 0000000000000000000031f94e1c1c43fe5c89ec07e62cd4e07ff72de26b3a8b 1.64 MB 3,462 63
833,192 833,192 00000000000000000000b0a3bf6f0fa866d5230d34304791d8d3c7c991135d9d 1.69 MB 2,927 65
833,191 833,191 00000000000000000000c123314ea9c1e678f9a8af0180cade5ecb47e19bdf24 1.37 MB 1,897 61
833,190 833,190 0000000000000000000317aaac105392affff2c9250f3a9a868277ce17d26f89 1.59 MB 3,033 97
833,189 833,189 000000000000000000032a488f0ab03f4d27a742f382c85a485e05cd0a5f5b94 1.84 MB 2,868 73
833,188 833,188 0000000000000000000388cbb920d33acb500a2a6f718c71c96f077fd036be0f 1.70 MB 2,623 73
833,187 833,187 000000000000000000028c4a9a56804ee6c7ae83a46c94fb2487989650abcfc1 1.76 MB 1,836 99
833,186 833,186 000000000000000000023eedab022c2f0d1054b2ceae96a3ed19debcdb9b22ca 1.62 MB 2,379 83
833,185 833,185 0000000000000000000380186375854e381859be503e5dfa4286480b9c408a64 1.54 MB 2,730 101
Previous 10 blocks ↓
Total Size: 769.03 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,625.10 GB sent, 93.02 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.