Memory Pool Memory Pool Refreshing

19,713 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (620,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,358 287,358 0000000000000000f1311dec409ce94661cf06979a691dedb2e8cc49b801b836 0.47 MB 733 29
287,357 287,357 00000000000000005ad7e621ca0154eac112890a7a4c43e918de197cc32a25ad 0.12 MB 88 15
287,356 287,356 0000000000000001006e5bb0a262c700b8eacdf10d7236954650a8d421553eb0 0.35 MB 554 34
287,355 287,355 000000000000000144966c4038b24596ac2c864470c3e68bc6a0dcb49f4e9313 0.35 MB 653 33
287,354 287,354 0000000000000000481c27d2ae6f1121493a9aec0fa9806306f928039dc0f260 0.25 MB 108 18
287,353 287,353 000000000000000059c3f760e0bb66b8f71342fc8b0fdbbd11a9f088de428c0b 0.50 MB 370 16
287,352 287,352 00000000000000003128aec80755ff8eac6687f4342fa2b07bd9544188f5b606 0.35 MB 848 43
287,351 287,351 00000000000000003d318110749cb721ef60e2c0bca05f6db2c9c3b7bca72ea5 0.50 MB 704 36
287,350 287,350 00000000000000003a7afbc1033953b4dfed111b3fbc0349e89793c18dabae34 0.25 MB 606 59
287,349 287,349 00000000000000005d1f7a1c49bee85c9f89d652d218cdea046ea669afd36917 0.06 MB 130 41
287,348 287,348 0000000000000000f06a7eff5d7b4fcad1669286617a971fb71ab6daa811f3d8 0.10 MB 138 27
287,347 287,347 00000000000000000cc90ad13786f0a1a47fa8ca7cba6b951f4c1301aa6c6cfc 0.15 MB 266 29
287,346 287,346 0000000000000000059757fb2aafa86bd6404d4d620d360af5afdd10450d38be 0.21 MB 278 23
287,345 287,345 00000000000000001598d45e15f81c65c681d11de9b7d92592e28b9a9259e18d 0.02 MB 39 20
287,344 287,344 000000000000000142f54535e2801502eaf00c5467bcb829b569caee96fcc55c 0.08 MB 145 34
287,343 287,343 0000000000000000dd3edfd7c5f135cdcdc16eb5ea8e835763eb9090ab9131a9 0.02 MB 51 58
287,342 287,342 000000000000000003257e8aa7a951320d6c8e9eea24447755c24d6d99f88014 0.22 MB 318 25
287,341 287,341 00000000000000008c2c7e6d7c0ef4dfaf0316e62b4d62644ef2398c562789ff 0.09 MB 113 22
287,340 287,340 000000000000000039c527da14a67fec92a33618dac181f650196cc5af2da641 0.15 MB 267 31
287,339 287,339 0000000000000000dfb44e1bb2ceeb07aa6a9088fab6d46b80682a41853d5630 0.15 MB 218 26
287,338 287,338 00000000000000001aa10acdcf38ce258268b3772005a498e7c9d06c171bed1e 0.17 MB 254 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.