Memory Pool Memory Pool Refreshing

6,736 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (645,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,390 262,390 000000000000001465841789d350727d1e039969b679e875462d5da687b7726b 0.17 MB 419 87
262,389 262,389 000000000000000a4b97c0c77d5144230012829dc6121a4a886d5840fc369ab8 0.10 MB 232 63
262,388 262,388 000000000000000a7af9a2b4504d8f3160332faa546b29447d9ff22b76aa5ffe 0.09 MB 257 78
262,387 262,387 0000000000000012d80043a4994ac859b9e3b7fc31952cc3dd1a0fd05b6a9015 0.09 MB 185 66
262,386 262,386 0000000000000008b0646779e3ff1841232d19ad58adcb0802c8132d793784d4 0.15 MB 290 58
262,385 262,385 0000000000000002010862335f7b8458deb20df2db03c25a86bcf5a0f3e6944f 0.14 MB 389 78
262,384 262,384 0000000000000013bac13ced9931fef5d21e3568c23533c917a1e8bb9e97e270 0.06 MB 126 68
262,383 262,383 00000000000000124b7cf7b1772566896560fa5a92baba323c7b733de06713a2 0.03 MB 80 93
262,382 262,382 0000000000000004f9a3c32bb36f99a585f2420e98eeb1b31799f752572091ea 0.02 MB 70 100
262,381 262,381 0000000000000003041a77094670ff50fba453107a2426e3b3b36038f9ad4808 0.02 MB 73 83
262,380 262,380 0000000000000001e7b2a612109ef7a17bdffff60b2b32f26278c2108ff3275e 0.13 MB 330 91
262,379 262,379 000000000000001368343b41dabcb602862e9db8718ec35eb377ab9efd565607 0.11 MB 265 82
262,378 262,378 0000000000000008afbe541ea8de6678f2263197835052c861f1ee4c4f204fa7 0.01 MB 26 105
262,377 262,377 00000000000000048405d812b76e9dcc643d446a66d42be31c2f2f4f84ac05d4 0.06 MB 156 90
262,376 262,376 00000000000000006651efb527a99de534c30b678dd81d005ede9005a53b8a87 0.06 MB 157 101
262,375 262,375 0000000000000013991fcd90981dd789c2f5d2d972aa9fa5fcbee3540263efd8 0.13 MB 379 136
262,374 262,374 0000000000000012bcef4668b2504d1345b8a1492e7677a765a6c038c394a466 0.07 MB 166 88
262,373 262,373 000000000000000f20579438dad59019d61787488e230a3ff1d338e47e75ea41 0.15 MB 110 19
262,372 262,372 000000000000001513ccb9c3e1df0cf1e3830cec28cb2e4b962d525424c6a7f8 0.08 MB 223 89
262,371 262,371 00000000000000167dbedd45a0c3c6450588ee6d719725910dfe9c68e1ae7644 0.21 MB 226 61
262,370 262,370 00000000000000021bd7c2d742ccd231ba5021370d094c30a9fca622f336725a 0.06 MB 172 70
Previous 10 blocks ↓
Total Size: 769.45 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,645.98 GB sent, 95.21 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.