Memory Pool Memory Pool Refreshing

8,808 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (766,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,359 141,359 00000000000002ffc9a773f3135718bb5f3b2344012fd7f5bd9b2c1650e74e38 0.05 MB 167 12
141,358 141,358 0000000000000690af71e5fddf23ea491aa60429b4bdda434ed73d9d0c662ef8 0.08 MB 183 199
141,357 141,357 00000000000006fe6af97b74a88f8751b7a3e4f2488bf7556c2fb185e0bcff79 0.05 MB 70 170
141,356 141,356 00000000000004b3c3ca22001a04bb54618237c85a18836233f821251dc568a5 0.05 MB 112 213
141,355 141,355 00000000000001a874f175f99a1a8bd5693cc6b80360deb89b99cf2085ac04bc 0.05 MB 101 164
141,354 141,354 00000000000003dbb9904038b041362055623990434cb675af32ca1a9135ed48 0.03 MB 61 540
141,353 141,353 000000000000029ed0f7ae2e4a3c6973634ba10d711147b7cc834bb9c968d003 0.05 MB 102 108
141,352 141,352 00000000000001601fcbe553d34b265aa8b260e03f628bbba7d800623894ffcf 0.01 MB 15 1,490
141,351 141,351 0000000000000629fcc36b1db64ee7576d7a319ba4828dfce149635fb30c7843 0.00 MB 9 17
141,350 141,350 000000000000007e6fb287b8c1f3f065b0b81acc3d97b08cafe105454b4b6311 0.00 MB 2 194
141,349 141,349 0000000000000525b330a63951a742b683950d75525fe211dee38fe5bc22c870 0.01 MB 23 279
141,348 141,348 00000000000003fe2c0b8cee34cc4563e63a7ded6c13c43c0a0c5ee8a6f699fc 0.00 MB 13 350
141,347 141,347 00000000000004e11e146c0e33b86982ee9415aca92a9b0d6b3d04e99ad1b4c3 0.01 MB 24 153
141,346 141,346 000000000000080212e0fdadd19710966fcc49c57a4f918ebacb56165d4cd8b0 0.03 MB 53 360
141,345 141,345 00000000000006e48061f11e1cfea59ee4c40c4bf920ff718deba658cd560d45 0.04 MB 110 3
141,344 141,344 00000000000008a6c218264f64c7c93a90fe89bc6ec614484468e21e3e8d4cc7 0.06 MB 118 297
141,343 141,343 00000000000003c66afb18e89d933638ae8e120a76b24f4d41ce4fb797a01d45 0.05 MB 115 354
141,342 141,342 00000000000001bfd839e3e4c3bbd8617142ecb49ee400449a549bbabdca9a89 0.03 MB 81 1,551
141,341 141,341 0000000000000655958d2e44d2a6dfce90f513bd223387817f3d1ca612c5b388 0.04 MB 92 149
141,340 141,340 00000000000008a7b1cd8122b215bc8eb5cabd221af25d3d3bcd6f998df9d6ef 0.00 MB 13 548
141,339 141,339 00000000000000493e39ab7927cbb730cbbfcaf83ee4c564a5abe5779fd26fd0 0.05 MB 123 110
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.