Memory Pool Memory Pool Refreshing

269 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 250 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (570,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
337,280 337,280 00000000000000000bb589bb92f8e54919a5c8d72e8a5ff9125d0b2672076cd9 0.62 MB 150 10
337,279 337,279 000000000000000014e3a5ca0c627fdc297c95a68c1276e2c1d3d50a6d29c307 1.00 MB 1,647 23
337,278 337,278 0000000000000000117826ed550a6f469a2ed7ea899939b084635bbada4bf62f 0.46 MB 928 26
337,277 337,277 0000000000000000027245d12902c8988723773fa950659b074860488535e91d 0.42 MB 678 25
337,276 337,276 0000000000000000078116eafd58cddd37b3a466bd2093701a5974af0ac54e34 0.10 MB 118 7
337,275 337,275 0000000000000000008ab5853d6f0fd775a3b9e8763c33bdd571dd01885cd62a 0.53 MB 977 25
337,274 337,274 000000000000000010e3be236ff87b5f2c91edc2a1a86b4a6f165a94e0b91660 0.09 MB 145 30
337,273 337,273 00000000000000001614746d57f0b9580f68389f3d318ef460eddd22d81491da 0.42 MB 807 28
337,272 337,272 0000000000000000194623e64942375005e201558b9092f1eab0c1d11e3a92c9 0.08 MB 62 9
337,271 337,271 00000000000000000ec500fa8ce57be4cc284f5c840bd312ab8c79df24fbfaae 0.40 MB 622 28
337,270 337,270 0000000000000000037f10ecdf2f875685aa6b1a52ca8767d315cfe97e722103 0.58 MB 999 31
337,269 337,269 00000000000000000374c233c4944abe2ee2e93c9f0cc46c23646ec972518841 0.02 MB 32 35
337,268 337,268 00000000000000000b8becc720cfa85c1876edd5e34791b66b6ab3a2b535bafa 0.18 MB 178 16
337,267 337,267 000000000000000018cef3eef035e0d355af8ad67eab0827766417f834188720 0.21 MB 222 18
337,266 337,266 000000000000000015499e2a244125aaa05b24cd8365c2c72ea8591ee6f86bd3 0.31 MB 110 11
337,265 337,265 000000000000000019806d390f092ffae85f9551a7db2aa54d300fcdf4ba922e 0.45 MB 273 16
337,264 337,264 000000000000000009c1ff06ba362a8a2bc8e83bbf1c20acfc3e15ed043db6d3 0.62 MB 441 12
337,263 337,263 0000000000000000177aa5c57c618aeb9da543ed6a988e0c06bd348aa2123d3f 0.74 MB 351 13
337,262 337,262 0000000000000000128e9490cdc158889f37314f1daa2f06156db3a8134bcbce 0.35 MB 424 17
337,261 337,261 0000000000000000070cfa2d72cde959f8467b43f6380296838adee3fa174fb5 0.35 MB 980 63
337,260 337,260 0000000000000000173338841940fffbd96ef2ff043cf5ead7027534bf6e0796 0.24 MB 419 25
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.74 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.