Memory Pool Memory Pool Refreshing

39,139 transactions
34.20 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,825 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,562 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,824 (552,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,530 289,530 000000000000000018ceb6cca4bef515e32553fcdd448d1b5d1a3acb3f130562 0.17 MB 206 28
289,529 289,529 00000000000000008c8a4a83a47621e40c90dc07ce561b9d34ee7ed25b472ff1 0.48 MB 858 31
289,528 289,528 00000000000000000dc92df5d4f448fcc6c637a3144bd9185c047615ff028b2d 0.15 MB 266 29
289,527 289,527 0000000000000000858544bd4e9c07c2680e8a592504ef9af855f485686ea405 0.41 MB 762 36
289,526 289,526 00000000000000005f3d5c5891c890afbcf790ef347c34908eadbd9c0d97c0fb 0.05 MB 105 26
289,525 289,525 0000000000000000298b462a85b7847e2f2216a4151a9816ed1c00f1a7589101 0.27 MB 444 28
289,524 289,524 00000000000000000bf51d9273f2a82527aef995cadc4861394a76feffa631cc 0.30 MB 456 26
289,523 289,523 0000000000000000e1014ec9c55f40203ba86ba5c27d85e06bcec887a4e2eaf1 0.18 MB 373 31
289,522 289,522 0000000000000000617fc606e9278535d287d378bd533a1dd55759698b191fca 0.35 MB 718 35
289,521 289,521 00000000000000004095b1b6ff0351687a11bc585acb85375950ab300b031ba7 0.03 MB 26 5
289,520 289,520 00000000000000003a924bf952be71b61a588ec6f6c804337e945c38e96b807f 0.47 MB 639 27
289,519 289,519 0000000000000000f713dfdf2425f856cb4382b4f612150820d9cbdca4602d69 0.17 MB 512 50
289,518 289,518 0000000000000000318be70cef7468802065703a770212dce0a11f3a1e4ed2a5 0.11 MB 256 22
289,517 289,517 000000000000000051b367ae7515ff90ef2a9302aa99f8921264c70da29240d8 0.03 MB 58 55
289,516 289,516 00000000000000010cbe7682ccf5d183f034466a80de70dc5457d31ad00268e6 0.10 MB 156 21
289,515 289,515 0000000000000000039cbbcf45e870c757f717aae801ed4293d31ad88d5e2356 0.25 MB 618 40
289,514 289,514 00000000000000005ae2d7eacb4c5116d92d23c31c0ea05036c24b3b307b6b0b 0.86 MB 1,583 34
289,513 289,513 00000000000000008bb16a8592b56d2a42acec53fce95e495e31cd5a64a4de7c 0.22 MB 486 31
289,512 289,512 00000000000000011f51d687fc791ccfd6e1b0eb94630c1c204e2a99523d1d27 0.03 MB 30 22
289,511 289,511 0000000000000000647d41b03b450ebda6677d0d06e16a7b3c0bcb07cd799f16 0.05 MB 161 33
289,510 289,510 0000000000000000230a90f654c5af9e216da50110daaf0c5adb528dd202fc80 0.34 MB 262 21
Previous 10 blocks ↓
Total Size: 646.43 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,352.22 GB sent, 37.73 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.