Memory Pool Memory Pool Refreshing

6,239 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (558,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,380 349,380 000000000000000001466efdb880a96f55ed3cb3ee052635ea3c7475275ed060 0.23 MB 512 34
349,379 349,379 00000000000000000aeab09d5da9f5b9d3545d883f6f049a4abc05fdac3a9d95 0.75 MB 1,244 24
349,378 349,378 00000000000000001747d903f4b4363500793e90229439512357584fd3e923be 0.42 MB 1,278 42
349,377 349,377 00000000000000000cd2fc193a46766e25e15603d99e6731bcb13b48c5002c8f 0.11 MB 256 39
349,376 349,376 00000000000000000d1fb591476bdfafecebbc4e9e85b4a76657fee35145b734 0.17 MB 309 20
349,375 349,375 00000000000000000a447cbe407ca60d2a9ee0ad62c748d69544e0edbe128d38 0.10 MB 211 32
349,374 349,374 000000000000000009eefd1f01359886c07ebe81c611574e79756684b949a962 0.20 MB 421 36
349,373 349,373 000000000000000015cfb5edc486699d11b64bea99911f5ec75b860707cb034d 0.00 MB 1 0
349,372 349,372 0000000000000000008acc461d51969d009d05ae28e588ab87584f08d9edff25 0.72 MB 1,475 29
349,371 349,371 00000000000000000f29f91465625b1b5c5e4d71d9de317dd50f6f64f7515dd4 0.64 MB 1,307 29
349,370 349,370 00000000000000000f4d59362bfde41de48e77b87bc14f87595badb4b1bcd369 0.55 MB 780 20
349,369 349,369 0000000000000000174547e879268ad03e5795591d2ff842665c8a465e8bbbc6 0.75 MB 1,454 29
349,368 349,368 0000000000000000163c556958c42a6eb1fb734047a8a28656ade9b65e46291f 0.34 MB 992 53
349,367 349,367 00000000000000000720760cae1f51b3e3deb7ead1fe874531b6c9672671e1cc 0.13 MB 256 22
349,366 349,366 0000000000000000078c4913f53491d0eb004978fb6c8413463127e3874f834e 0.56 MB 1,316 35
349,365 349,365 00000000000000000a1d6e71431f221f504ac9858ffe8a1033c4db753578a640 0.40 MB 850 28
349,364 349,364 000000000000000014f2b59241b9529b2a9639579348c8c69c103dfe6646654b 0.15 MB 358 37
349,363 349,363 00000000000000000bcaa7f845e5f7570c6e47e0cebfa8e98dc382e12a06d85f 0.46 MB 547 14
349,362 349,362 000000000000000009b3b9933891a374f92fe705a5a0b38eee69f910dcd91359 0.75 MB 1,464 32
349,361 349,361 00000000000000000b48023e9c98038c50b9a2044975bbdf9f43313400a156b6 0.75 MB 1,593 29
349,360 349,360 00000000000000000d8cbf37e2fd3974a278129fa4eb24979772f7e326293214 0.16 MB 343 40
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.36 GB sent, 92.71 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.