Memory Pool Memory Pool Refreshing

558 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (807,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,278 101,278 000000000001b1fc407d1c2c813cf4fee1aaef78e9929b01ee6cdbc6a9adaa35 0.00 MB 3 0
101,277 101,277 000000000002d61d0f5ac49ab002dda60b89e56a5dbb91fb80d6798cfee1ba3f 0.00 MB 2 0
101,276 101,276 000000000002696c05c859d0824877f6f52ab75605a2216a70ba9f245d74cd2a 0.00 MB 2 0
101,275 101,275 00000000000165726387f0ea8c33f71626509769c08246d32f38cbc930699b13 0.00 MB 6 0
101,274 101,274 0000000000021aa05f0f5e57513e01b0c9e47f302cb889cf757810219ee40103 0.00 MB 1 0
101,273 101,273 000000000000bb042d3a27bf5aaf69be296f7b6b5db120dc81738fc4b3744d3d 0.00 MB 5 0
101,272 101,272 0000000000007a0ae3436790fcbbd59eccadf2e41b7a0c023e8c1b976bf5c84b 0.00 MB 1 0
101,271 101,271 000000000000b70bbf0a44f223d3ea08334366f67aa2e1618dc5bc5baf730a4f 0.00 MB 3 0
101,270 101,270 000000000003e9291b72d6a0c904000cc37eddbdb91859113e2e35e59b1c12ad 0.00 MB 1 0
101,269 101,269 000000000000c3bbd93e778b8c52a993181bf459ecce0042edf650a65f21ecf6 0.00 MB 1 0
101,268 101,268 00000000000267a6987bce7907fae3fd6ace30ebc6da45b86f753d9fd48bacad 0.00 MB 1 0
101,267 101,267 000000000000ddd832859534df41982c1f5b6f26bf5d7fb0e8f27360010530f0 0.00 MB 2 0
101,266 101,266 000000000003056dcafb3a06df676da7b7889b2dc106443866c394cde4212341 0.00 MB 1 0
101,265 101,265 0000000000001eedc67b1c70ee9ebe94e9ed9f684a5925e81e7b52ffb3cdfccd 0.00 MB 6 0
101,264 101,264 000000000002b4aa03442518c15ce3e002b5fff1fc1507dddb265daa486dae93 0.00 MB 9 0
101,263 101,263 0000000000019592499dc0c80a83c611718a03d34e50c06e861427be90bba4fb 0.00 MB 1 0
101,262 101,262 0000000000021d56bb814d0b72ae987b4a5c95f4bbd7cbeb3cb9977a2389cdb4 0.00 MB 3 0
101,261 101,261 000000000002560ef5f18e7214a35ae768ceb331a68c16948ba531365a776274 0.01 MB 3 0
101,260 101,260 0000000000040275902753a15e43ffd5fe9b82b7040c47928d4fe9ba731b3c9d 0.00 MB 2 0
101,259 101,259 000000000002685bc7fd4b637d849e550cea4201408d5fd8725ce3241dfff5ac 0.00 MB 6 0
101,258 101,258 0000000000033b6b24802ec7bc4ec1819923d0f9ae1951caba86283aef5b35a5 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.