Memory Pool Memory Pool Refreshing

5,535 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,538 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (361,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
546,393 546,393 000000000000000000006193ea985dcd2a1cdaf77e783a49d3d35e54115480dd 1.28 MB 2,566 17
546,392 546,392 00000000000000000016e99fc32f512d962f5696311a887d871019557f1058c3 0.92 MB 1,536 11
546,391 546,391 00000000000000000021089ed2abcfc25f453a21fd771ad9c3df261759b81896 1.01 MB 1,508 17
546,390 546,390 000000000000000000231335692e4f494dff2a63fd90985133440f0376d008d9 0.16 MB 220 22
546,389 546,389 00000000000000000000c91514d27cf75b9d3e4cae2df4960c9407225c9e3de0 0.70 MB 1,059 11
546,388 546,388 0000000000000000000f0a58074caa4675e10383568500dc2ebd3c846284cd4c 1.08 MB 843 4
546,387 546,387 0000000000000000000f4071f121f27fbb778b7687c705f9704e602dc7b32006 1.33 MB 2,384 15
546,386 546,386 0000000000000000000c4a7047de777a61cf3f84a6b7183463737abfdc2573cc 0.91 MB 1,354 13
546,385 546,385 0000000000000000000deb078adcb8716df9ddcc0866e8ea9d536309f2c1f7b6 0.28 MB 303 8
546,384 546,384 000000000000000000043e875f1b15aa0ffc1dd47e2ab393f6d258a7a9f10938 0.29 MB 487 12
546,383 546,383 0000000000000000000a1abce7193aef2e84324940a1ba141e779f7802339eeb 0.77 MB 416 2
546,382 546,382 0000000000000000001f7e6f1747f3216e9fc883b717b6a6088619e2febac489 1.21 MB 1,915 11
546,381 546,381 0000000000000000001f7989d732a40ab0d4535aa251b1a05ab7ae587863c52f 1.20 MB 2,227 5
546,380 546,380 000000000000000000253d00e2511b7b228ea9651505885e657064eb2b17aa72 1.32 MB 2,749 10
546,379 546,379 00000000000000000024a7dce2626b4e1c2b28b27ae676f6fa7b216cecab135a 1.28 MB 2,882 36
546,378 546,378 0000000000000000001a90357432cf16a73cea4e6ced320860ad6a0f0b7f4e51 0.90 MB 432 7
546,377 546,377 000000000000000000062f703c86d4e79625f42024e71b9e216ceeb4bdf32237 1.08 MB 837 5
546,376 546,376 0000000000000000000b5adf9f4b0db22f009b484134a761a257d84bf912134c 1.10 MB 2,601 5
546,375 546,375 0000000000000000000f1d485b4a6c3a455003437028a330c3dff6c42f5e558b 1.18 MB 2,438 5
546,374 546,374 00000000000000000007ef848b3d1cfe13387d3fa2998c9cc6313a7ed4048c44 1.39 MB 2,574 14
546,373 546,373 0000000000000000000bd73f17b57e82fb3c3a7dd8c1adbfa3f302a16b9deb5a 1.30 MB 3,104 37
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.