Memory Pool Memory Pool Refreshing

8,618 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (708,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,485 199,485 000000000000023008b6e89c4e2b22449bb57d9a2c27610fc0dad423e80f960a 0.11 MB 269 151
199,484 199,484 000000000000045e8f5054f2eadafeafee5c6d565781044aba7b8cc40a923f73 0.11 MB 200 185
199,483 199,483 00000000000001c326d51199c92398fcda8fa69e5c06f4494390eedf47eb34dd 0.00 MB 18 87
199,482 199,482 00000000000004d232c77208ea4964ff88bb1548da3a0da1fc37ef7a4f8a1f7a 0.11 MB 200 116
199,481 199,481 0000000000000130c2a963e64793638d33ee1e97075e514aadce8518539f4317 0.18 MB 374 149
199,480 199,480 00000000000002f6032201959afc0e9e118a988d229150d91c68a5785570c65f 0.35 MB 856 138
199,479 199,479 00000000000005592b1e7014fb02aac3a6358ca6f27bbb098f13046221d7919c 0.03 MB 60 125
199,478 199,478 000000000000011a78e5f34208e8bc211cd85cc9d959a8a17179b5a7ad553b88 0.05 MB 101 320
199,477 199,477 0000000000000366d9ecac3614b2debe7e734a3b2751c44297d7914522c436eb 0.05 MB 101 55
199,476 199,476 00000000000000eecde24930af9f72dff56a6189161ce05e6a76902e958688ea 0.19 MB 397 139
199,475 199,475 00000000000004388797d37f1a9f48959c63e116ebfcc15207b1279d6b93c120 0.05 MB 113 110
199,474 199,474 000000000000056fc730037ea9715ee0dcb6b42d939d50129b05b858dc43bb78 0.13 MB 107 77
199,473 199,473 000000000000044a8433168206e3aede9bdbc4d99b4cd5790c06ac0ffd5939a3 0.24 MB 595 141
199,472 199,472 000000000000046a50f8ed437dab4f618ab79d733d835c94f57eac94643abc27 0.05 MB 142 130
199,471 199,471 000000000000059e3d987961fbc6f18ef9491bcbfb854e9670e62b80f9dcb74e 0.03 MB 81 44
199,470 199,470 00000000000004fde17a48d6ce9a6032fd273c7bb3348efb8524941b2bc628e0 0.17 MB 305 146
199,469 199,469 000000000000003095ba9c68621412f3888174c4f0c8376c3ac3abacee4f1161 0.00 MB 10 191
199,468 199,468 00000000000003543442913c8cb72146de160b15f527486b61bc6064a504f0c9 0.07 MB 168 213
199,467 199,467 000000000000037169b517c83453d3f364e324abe0613961430254a5e44eeb78 0.06 MB 167 149
199,466 199,466 0000000000000334d76890566f7773cf1f0348992b32ee2e6bca3ca395f4bf14 0.09 MB 205 249
199,465 199,465 0000000000000173b177171a652074b2ffb9d1df5221c6d33539113a836a2d83 0.05 MB 106 115
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.