Memory Pool Memory Pool Refreshing

1,425 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,409 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (766,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,541 141,541 00000000000002490951b0ab339f9cdc964d38fc9fd620d53fc7965a2cf1cac3 0.02 MB 45 120
141,540 141,540 0000000000000333f8c0e8398fd94d78aacdd1d8ddadbf616fab871a11b45ca9 0.00 MB 14 273
141,539 141,539 00000000000005b702b4351c19d47723b2924cad5b597a353cfb53142fb1d2c1 0.04 MB 67 218
141,538 141,538 00000000000009181f6ebb35f3361938542860aa84e58d22872250d2d51d4b07 0.03 MB 100 34
141,537 141,537 00000000000005de127f153f0f29f54f7933ae6fdc4f43074e174b756248c87e 0.06 MB 93 278
141,536 141,536 000000000000007abcf7fd6ca6c69e1cef913006648e2e9c4396d17040485d72 0.00 MB 2 114
141,535 141,535 000000000000035c6c07adab442b12beff83d8190dd159e238e20a633039ce67 0.04 MB 107 54
141,534 141,534 00000000000006e418cb7580959462279f1a9cb3e37b2c3666eb3de558b08e0b 0.02 MB 45 197
141,533 141,533 00000000000000492d2486509d54dd2fb94dd8b7ab6bf049c6aa51d9f1abbca8 0.03 MB 51 86
141,532 141,532 0000000000000163e6b637e1277028cbc3f166e060d8e8b667003096dac8c01f 0.00 MB 13 98
141,531 141,531 000000000000006f9224cca35f600e5d565aed734466790e2cd1ab9646b95a3d 0.00 MB 1 0
141,530 141,530 00000000000003239f303c56e83ac6fa5b7193857fd3159070096ee8747e4e00 0.04 MB 98 190
141,529 141,529 000000000000055f8d3cb3806a612986340bd7fcbe5e92a2e28f70a06530bf7a 0.00 MB 13 366
141,528 141,528 00000000000003c0818243770ef644b6f977537003f46a55dac4accc1a925e55 0.00 MB 5 735
141,527 141,527 00000000000001e0af26ab3998cb5d0681dda21dcf420553bf175a2ffce8d819 0.04 MB 136 94
141,526 141,526 00000000000008f5da24c51f81effb00e948e17fbddc27e85b52de57e30d21b6 0.04 MB 82 245
141,525 141,525 000000000000044ef10872100bce9299e558d20087a111f02fd08ea6c6fe6e34 0.01 MB 27 230
141,524 141,524 00000000000002b65e63ec062c0f7649978cabe4b83910569c379a97acac23ad 0.04 MB 90 117
141,523 141,523 000000000000022f51995348054cd0857f777a18cb7942ef3c6f41cadefe2b31 0.03 MB 49 140
141,522 141,522 00000000000007fa0c71cb9b314ee1bf02388c0f4a8bffe225e817be0788bb6f 0.00 MB 1 0
141,521 141,521 00000000000001159605c06d5bbebd096165731da22dac007e864ef7643c28b7 0.00 MB 7 1,099
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.